32typedef signed char Int8;
33typedef unsigned char UInt8;
35typedef signed short Int16;
36typedef unsigned short UInt16;
38typedef signed int Int32;
39typedef unsigned int UInt32;
41typedef signed long long Int64;
42typedef unsigned long long UInt64;
44#elif defined (__GNUC__)
46typedef signed char Int8;
47typedef unsigned char UInt8;
49typedef signed short Int16;
50typedef unsigned short UInt16;
54typedef signed int Int32;
55typedef unsigned int UInt32;
57typedef signed long Int64;
58typedef unsigned long UInt64;
62typedef signed int Int32;
63typedef unsigned int UInt32;
65typedef signed long long Int64;
66typedef unsigned long long UInt64;
76 Cannot identify compiler toolset to define integral types. \
77 Please contact support@onixs.biz on further assistance.
368 toStr(str, constant());
382 <Type, Constant> constant)
386 toStr(str, constant);
#define ONIXS_B3_BOE_MESSAGING_NAMESPACE_END
#define ONIXS_B3_BOE_MESSAGING_NAMESPACE_BEGIN
#define ONIXS_B3_BOE_CONSTEXPR
#define ONIXS_B3_BOE_NODISCARD
#define ONIXS_B3_BOE_EXPORTED
#define ONIXS_B3_BOE_NOTHROW
char Char
Character type alias.
std::string toStr(const FixedPointDecimal< Mantissa, Exponent > &)
Serializes a fixed-point decimal into a string.
bool fromStr(Decimal &, const Char *, size_t) noexcept
Deserializes a decimal number from the given text presentation.
constexpr Value operator()() const noexcept
static constexpr Value value() noexcept
Type Value
Type of the constant.