nextPowerOfTwo

Undocumented in source. Be warned that the author may not have intended to support it.
size_t
nextPowerOfTwo
(
size_t value
)

Examples

assert(nextPowerOfTwo(1000) == 1024); 

Meta