template <typename NumericType>
struct IntegerBitsPlusSign
Defined at line 36 of file ../../zircon/third_party/ulib/safemath/include/safemath/safe_conversions_impl.h
The number of bits (including the sign) in an integer. Eliminates sizeof
hacks.
Public Members
static const int value