Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
base::internal::GetNumericRepresentation< NumericType > Struct Template Reference

#include <checked_math_impl.h>

Static Public Attributes

static const NumericRepresentation value
 

Detailed Description

template<typename NumericType>
struct base::internal::GetNumericRepresentation< NumericType >

Definition at line 462 of file checked_math_impl.h.

Member Data Documentation

◆ value

template<typename NumericType >
const NumericRepresentation base::internal::GetNumericRepresentation< NumericType >::value
static
Initial value:
=
std::is_integral<NumericType>::value
: (std::is_floating_point<NumericType>::value ? NUMERIC_FLOATING

Definition at line 463 of file checked_math_impl.h.


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