#include <safe_conversions_impl.h>
template<typename NumericType>
struct base::internal::MaxExponent< NumericType >
Definition at line 26 of file safe_conversions_impl.h.
◆ value
template<typename NumericType >
Initial value:= std::is_floating_point<NumericType>::value
? std::numeric_limits<NumericType>::max_exponent
: std::numeric_limits<NumericType>::digits + 1
Definition at line 27 of file safe_conversions_impl.h.
The documentation for this struct was generated from the following file: