Searched defs:mask_of (Results 1 – 1 of 1) sorted by relevance
269 struct mask_of { struct270 using IntFlag = typename underlying_integral_type<Flag>::type;271 static constexpr IntFlag value = Flag(0); ///< mask of a potentially flagged class272 static constexpr int shift = 0; ///<left shift of flags in a potentially flagged class273 static constexpr IntFlag effective_value = IntFlag(0); ///<effective mask of flagged class