![]() |
Project
|
Get the upper binary bound of a number The gives the number of bits required to present a number. More...
#include <dc_primitives.h>
Static Public Attributes | |
static std::size_t const | value = upperbinarybound<(n >> 1)>::value + 1 |
Get the upper binary bound of a number The gives the number of bits required to present a number.
Usage: upperbinarybound<number>::value
Definition at line 83 of file dc_primitives.h.
|
static |
Definition at line 84 of file dc_primitives.h.