Searched defs:static_is_pow2 (Results 1 – 1 of 1) sorted by relevance
230 struct static_is_pow2 struct232 static const bool value = (N & (N-1)) == 0;