webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
base
internal
GetNumericRepresentation
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
?
NUMERIC_INTEGER
: (std::numeric_limits<NumericType>::is_iec559 ?
NUMERIC_FLOATING
:
NUMERIC_UNKNOWN
)
The documentation for this struct was generated from the following file:
Source/ThirdParty/ANGLE/src/common/third_party/numerics/base/numerics/
safe_math_impl.h
Generated by
1.8.13