NGL  6.5
The NCCA Graphics Library
std::numeric_limits< fmt::internal::DummyInt > Class Template Reference

#include <format.h>

+ Inheritance diagram for std::numeric_limits< fmt::internal::DummyInt >:
+ Collaboration diagram for std::numeric_limits< fmt::internal::DummyInt >:

Static Public Member Functions

template<typename T >
static bool isinfinity (T x)
 
template<typename T >
static bool isnotanumber (T x)
 
static bool isnegative (double x)
 

Detailed Description

template<>
class std::numeric_limits< fmt::internal::DummyInt >

Definition at line 322 of file format.h.

Member Function Documentation

template<typename T >
static bool std::numeric_limits< fmt::internal::DummyInt >::isinfinity ( x)
inlinestatic

Definition at line 327 of file format.h.

References fmt::internal::_finite(), fmt::internal::const_check(), and fmt::internal::isinf().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static bool std::numeric_limits< fmt::internal::DummyInt >::isnegative ( double  x)
inlinestatic

Definition at line 350 of file format.h.

References fmt::internal::_ecvt_s(), fmt::internal::const_check(), and fmt::internal::signbit().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<typename T >
static bool std::numeric_limits< fmt::internal::DummyInt >::isnotanumber ( x)
inlinestatic

Definition at line 340 of file format.h.

References fmt::internal::_isnan(), fmt::internal::const_check(), and fmt::internal::isnan().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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