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

#include <safe_conversions_impl.h>

Public Types

using type = typename MaxExponentPromotion< Lhs, Rhs >::type
 

Static Public Attributes

static const bool is_contained = true
 

Detailed Description

template<typename Lhs, typename Rhs, bool is_intmax_type>
struct base::internal::BigEnoughPromotion< Lhs, Rhs, is_intmax_type, true >

Definition at line 513 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ type

template<typename Lhs , typename Rhs , bool is_intmax_type>
using base::internal::BigEnoughPromotion< Lhs, Rhs, is_intmax_type, true >::type = typename MaxExponentPromotion<Lhs, Rhs>::type

Definition at line 514 of file safe_conversions_impl.h.

Member Data Documentation

◆ is_contained

template<typename Lhs , typename Rhs , bool is_intmax_type>
const bool base::internal::BigEnoughPromotion< Lhs, Rhs, is_intmax_type, true >::is_contained = true
static

Definition at line 515 of file safe_conversions_impl.h.


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