Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
base::internal::UnderlyingType< ClampedNumeric< 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 = true
 
static const bool is_strict = false
 

Detailed Description

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

Definition at line 625 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

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

Definition at line 626 of file safe_conversions_impl.h.

Member Data Documentation

◆ is_checked

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

Definition at line 628 of file safe_conversions_impl.h.

◆ is_clamped

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

Definition at line 629 of file safe_conversions_impl.h.

◆ is_numeric

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

Definition at line 627 of file safe_conversions_impl.h.

◆ is_strict

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

Definition at line 630 of file safe_conversions_impl.h.


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