An object that can be converted to any primitive type providing its max value.
More...
#include <Limits.h>
|
template<typename T > |
constexpr T | SignedMaxValue () const |
|
template<typename T > |
constexpr T | UnsignedMaxValue () const |
|
constexpr | operator uint8_t () const |
|
constexpr | operator uint16_t () const |
|
constexpr | operator uint32_t () const |
|
constexpr | operator uint64_t () const |
|
constexpr | operator size_t () const |
|
constexpr | operator int8_t () const |
|
constexpr | operator int16_t () const |
|
constexpr | operator int32_t () const |
|
constexpr | operator int64_t () const |
|
constexpr | operator ssize_t () const |
|
constexpr | operator float () const |
|
constexpr | operator double () const |
|
An object that can be converted to any primitive type providing its max value.
Fox Example:
unsigned long long uint64_t
Platform independent (8) bytes unsigned int.
Definition: PrimitiveTypes.h:42
The documentation for this struct was generated from the following file: