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

#include <safe_conversions_impl.h>

Static Public Attributes

static const int value
 

Detailed Description

template<typename NumericType>
struct base::internal::IntegerBitsPlusSign< NumericType >

Definition at line 35 of file safe_conversions_impl.h.

Member Data Documentation

◆ value

template<typename NumericType >
const int base::internal::IntegerBitsPlusSign< NumericType >::value
static
Initial value:
= std::numeric_limits<NumericType>::digits +
std::is_signed<NumericType>::value

Definition at line 36 of file safe_conversions_impl.h.


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