Searched defs:ToBit (Results 1 – 10 of 10) sorted by relevance
43 constexpr uint32_t ToBit(T val) { return 1u << ToUint(val); } in ToBit() function