Searched defs:check_bitmask_type (Results 1 – 1 of 1) sorted by relevance
17 struct check_bitmask_type { struct19 static constexpr UT dcast(EnumType e) { return static_cast<UT>(e); } in dcast()20 static constexpr UT unpromote(decltype((~UZero)) promoted) { return static_cast<UT>(promoted); } in unpromote()27 static bool check() in check()