template <typename NumericType>

struct MaxExponent

Defined at line 28 of file ../../third_party/mini_chromium/src/base/numerics/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