#include <type_util.hpp>
Public Types | |
| enum | { Result = (BitLen + 7) / 8 } |
Compile-time: Returns the number of bytes needed to contain the given number of bits. Assumes 1 byte == 8 bit.
Definition at line 42 of file type_util.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| Result | |
Definition at line 44 of file type_util.hpp.