WPILibC++ 2023.4.3-108-ge5452e3
|
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...
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).