webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Attributes | List of all members
base::internal::MaxExponent< NumericType > Struct Template Reference

#include <safe_conversions_impl.h>

Static Public Attributes

static const int value
 

Member Data Documentation

◆ value

template<typename NumericType >
const int base::internal::MaxExponent< NumericType >::value
static
Initial value:
=
std::numeric_limits<NumericType>::is_iec559
? std::numeric_limits<NumericType>::max_exponent
: (sizeof(NumericType) * CHAR_BIT + 1 - std::numeric_limits<NumericType>::is_signed)

The documentation for this struct was generated from the following file: