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

Detailed Description

template<typename T>
struct fl::numeric_limits< T >

Definition at line 96 of file limits.h.

#include <limits.h>

+ Inheritance diagram for fl::numeric_limits< T >:

Public Types

enum  : bool { has_quiet_NaN = false }
 
enum  : bool { is_specialized = false }
 
enum  : bool { is_exact = false }
 
enum  : bool { has_infinity = false }
 
enum  : bool { is_integer = false }
 
enum  : int { digits = 0 }
 
enum  : int { digits10 = 0 }
 
enum  : bool { is_signed = false }
 
enum  : bool { has_signaling_NaN = false }
 

Static Public Member Functions

static constexprdenorm_min () FL_NOEXCEPT
 
static constexprepsilon () FL_NOEXCEPT
 
static constexprinfinity () FL_NOEXCEPT
 
static constexprlowest () FL_NOEXCEPT
 
static constexprmax () FL_NOEXCEPT
 
static constexprmin () FL_NOEXCEPT
 
static constexprquiet_NaN () FL_NOEXCEPT
 
static constexprround_error () FL_NOEXCEPT
 
static constexprsignaling_NaN () FL_NOEXCEPT
 

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