|
using | char_type = typename Context::char_type |
|
|
constexpr FMT_INLINE | value (int val=0) |
|
constexpr FMT_INLINE | value (unsigned val) |
|
FMT_INLINE | value (long long val) |
|
FMT_INLINE | value (unsigned long long val) |
|
FMT_INLINE | value (int128_t val) |
|
FMT_INLINE | value (uint128_t val) |
|
FMT_INLINE | value (float val) |
|
FMT_INLINE | value (double val) |
|
FMT_INLINE | value (long double val) |
|
FMT_INLINE | value (bool val) |
|
FMT_INLINE | value (char_type val) |
|
FMT_INLINE | value (const char_type *val) |
|
FMT_INLINE | value (basic_string_view< char_type > val) |
|
FMT_INLINE | value (const void *val) |
|
FMT_INLINE | value (const named_arg_info< char_type > *args, size_t size) |
|
template<typename T > |
FMT_INLINE | value (const T &val) |
|
|
union { |
int int_value |
|
unsigned uint_value |
|
long long long_long_value |
|
unsigned long long ulong_long_value |
|
int128_t int128_value |
|
uint128_t uint128_value |
|
bool bool_value |
|
char_type char_value |
|
float float_value |
|
double double_value |
|
long double long_double_value |
|
const void * pointer |
|
string_value< char_type > string |
|
custom_value< Context > custom |
|
named_arg_value< char_type > named_args |
|
}; | |
|
The documentation for this class was generated from the following file:
- Thirdparty/spdlog/include/spdlog/fmt/bundled/core.h