WPILibC++
2019.1.1-beta-1-20-g746f950
|
RoundUpToPowerOfTwo - This is a helper template that rounds N up to the next power of two (which means N itself if N is already a power of two). More...
#include <SmallPtrSet.h>
Public Types | |
enum | { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val } |
RoundUpToPowerOfTwo - This is a helper template that rounds N up to the next power of two (which means N itself if N is already a power of two).