template <typename NumericType>
struct MaxExponent
Defined at line 27 of file ../../zircon/third_party/ulib/safemath/include/safemath/safe_conversions_impl.h
The std library doesn't provide a binary max_exponent for integers, however
we can compute an analog using std::numeric_limits
<
>::digits.
Public Members
static const int value