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

#include <safe_conversions_impl.h>

Public Types

using type = T
 

Static Public Attributes

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

Detailed Description

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

Definition at line 590 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

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

Definition at line 591 of file safe_conversions_impl.h.

Member Data Documentation

◆ value

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

Definition at line 592 of file safe_conversions_impl.h.


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