Return the smallest power of two that is strictly greater than v.
Declared in <folly/lang/Bits.h>
<folly/lang/Bits.h>
template<class T> constexpr T strictNextPowTwo(T const v);
The next power of two > v.