Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
base::internal::IsNumericRangeContained< Dst, Src, typename std::enable_if< ArithmeticOrUnderlyingEnum< Dst >::value &&ArithmeticOrUnderlyingEnum< Src >::value >::type > Struct Template Reference

#include <safe_conversions.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Dst, typename Src>
struct base::internal::IsNumericRangeContained< Dst, Src, typename std::enable_if< ArithmeticOrUnderlyingEnum< Dst >::value &&ArithmeticOrUnderlyingEnum< Src >::value >::type >

Definition at line 249 of file safe_conversions.h.

Member Data Documentation

◆ value

template<typename Dst , typename Src >
constexpr bool base::internal::IsNumericRangeContained< Dst, Src, typename std::enable_if< ArithmeticOrUnderlyingEnum< Dst >::value &&ArithmeticOrUnderlyingEnum< Src >::value >::type >::value
staticconstexpr
Initial value:
=
StaticDstRangeRelationToSrcRange<Dst, Src>::value ==

Definition at line 254 of file safe_conversions.h.


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