FastLED 3.9.15
Loading...
Searching...
No Matches
fl::numeric_limits< long > Struct Reference

Detailed Description

Definition at line 303 of file limits.h.

#include <limits.h>

+ Inheritance diagram for fl::numeric_limits< long >:
+ Collaboration diagram for fl::numeric_limits< long >:

Public Types

enum  : bool { is_signed = true }
 
enum  
 
enum  : bool { has_quiet_NaN = false }
 
enum  
 
enum  : bool { is_integer = true }
 
enum  : bool { is_exact = true }
 
enum  
 
enum  
 
enum  
 
enum  
 
enum  : bool { has_infinity = false }
 
enum  : bool { is_specialized = true }
 
enum  
 
enum  
 
enum  : bool { has_signaling_NaN = false }
 
enum  
 

Static Public Member Functions

static constexpr long denorm_min () FL_NOEXCEPT
 
static constexpr long epsilon () FL_NOEXCEPT
 
static constexpr long epsilon () FL_NOEXCEPT
 
static constexpr long infinity () FL_NOEXCEPT
 
static constexpr long lowest () FL_NOEXCEPT
 
static constexpr long lowest () FL_NOEXCEPT
 
static constexpr long max () FL_NOEXCEPT
 
static constexpr long max () FL_NOEXCEPT
 
static constexpr long min () FL_NOEXCEPT
 
static constexpr long min () FL_NOEXCEPT
 
static constexpr long quiet_NaN () FL_NOEXCEPT
 
static constexpr long round_error () FL_NOEXCEPT
 
static constexpr long round_error () FL_NOEXCEPT
 
static constexpr long signaling_NaN () FL_NOEXCEPT
 

Static Public Attributes

static constexpr int digits = detail::integer_digits_helper<long>::value
 
static constexpr int digits10 = detail::integer_digits10_helper<long>::value
 

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