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

#include <safe_math_impl.h>

Static Public Attributes

static const NumericRepresentation value
 

Member Data Documentation

◆ value

template<typename NumericType >
const NumericRepresentation base::internal::GetNumericRepresentation< NumericType >::value
static
Initial value:
=
std::numeric_limits<NumericType>::is_integer
: (std::numeric_limits<NumericType>::is_iec559 ? NUMERIC_FLOATING : NUMERIC_UNKNOWN)

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