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

#include <safe_conversions_impl.h>

Public Types

using type = typename ArithmeticOrUnderlyingEnum< T >::type
 

Static Public Attributes

static const bool is_numeric = std::is_arithmetic<type>::value
 
static const bool is_checked = false
 
static const bool is_clamped = false
 
static const bool is_strict = false
 

Detailed Description

template<typename T>
struct base::internal::UnderlyingType< T >

Definition at line 607 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename T >
using base::internal::UnderlyingType< T >::type = typename ArithmeticOrUnderlyingEnum<T>::type

Definition at line 608 of file safe_conversions_impl.h.

Member Data Documentation

◆ is_checked

template<typename T >
const bool base::internal::UnderlyingType< T >::is_checked = false
static

Definition at line 610 of file safe_conversions_impl.h.

◆ is_clamped

template<typename T >
const bool base::internal::UnderlyingType< T >::is_clamped = false
static

Definition at line 611 of file safe_conversions_impl.h.

◆ is_numeric

template<typename T >
const bool base::internal::UnderlyingType< T >::is_numeric = std::is_arithmetic<type>::value
static

Definition at line 609 of file safe_conversions_impl.h.

◆ is_strict

template<typename T >
const bool base::internal::UnderlyingType< T >::is_strict = false
static

Definition at line 612 of file safe_conversions_impl.h.


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