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

#include <safe_conversions_impl.h>

Public Types

using type = T
 

Static Public Attributes

static const bool is_numeric = true
 
static const bool is_checked = false
 
static const bool is_clamped = false
 
static const bool is_strict = true
 

Detailed Description

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

Definition at line 634 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

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

Definition at line 635 of file safe_conversions_impl.h.

Member Data Documentation

◆ is_checked

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

Definition at line 637 of file safe_conversions_impl.h.

◆ is_clamped

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

Definition at line 638 of file safe_conversions_impl.h.

◆ is_numeric

template<typename T >
const bool base::internal::UnderlyingType< StrictNumeric< T > >::is_numeric = true
static

Definition at line 636 of file safe_conversions_impl.h.

◆ is_strict

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

Definition at line 639 of file safe_conversions_impl.h.


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