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

#include <safe_conversions_impl.h>

Public Types

using type = typename std::underlying_type< T >::type
 

Static Public Attributes

static const bool value = std::is_arithmetic<type>::value
 

Detailed Description

template<typename T>
struct base::internal::ArithmeticOrUnderlyingEnum< T, true >

Definition at line 584 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename T >
using base::internal::ArithmeticOrUnderlyingEnum< T, true >::type = typename std::underlying_type<T>::type

Definition at line 585 of file safe_conversions_impl.h.

Member Data Documentation

◆ value

template<typename T >
const bool base::internal::ArithmeticOrUnderlyingEnum< T, true >::value = std::is_arithmetic<type>::value
static

Definition at line 586 of file safe_conversions_impl.h.


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