![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTypes.h>
Static Public Member Functions | |
static bool | isNumSigned () noexcept |
Static Public Attributes | |
static const TYPE | k_Min |
Min value TYPE can represent. negative if signed type. NOT EPSILON (near zero). e.g. INT_MIN, -FLT_MAX. More... | |
static const TYPE | k_Max |
Max positive value. Can equal this value. inclusive. AKA INT_MAX, FLT_MAX, DBL_MAX. More... | |
static const BYTE | k_TypeFlags |
CTYPE_FLAG_TYPE_ = float, signed, etc ? More... | |
Numeric constants (limits) each basic type. Similar to std::numeric_limits<T>::max(), or INT_MAX
|
inlinestaticnoexcept |
A signed number. might be float or int
|
static |
Max positive value. Can equal this value. inclusive. AKA INT_MAX, FLT_MAX, DBL_MAX.
|
static |
Min value TYPE can represent. negative if signed type. NOT EPSILON (near zero). e.g. INT_MIN, -FLT_MAX.
|
static |
CTYPE_FLAG_TYPE_ = float, signed, etc ?