template <typename Context>
class value
Defined at line 2146 of file ../../third_party/fmtlib/src/include/fmt/base.h
A formatting argument value.
Public Members
Public Methods
void value<Context> ()
Defined at line 2169 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (signed char x)
Defined at line 2170 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (unsigned char x)
Defined at line 2171 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (short x)
Defined at line 2172 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (unsigned short x)
Defined at line 2173 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (int x)
Defined at line 2174 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (unsigned int x)
Defined at line 2175 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (long x)
Defined at line 2176 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (unsigned long x)
Defined at line 2177 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (long long x)
Defined at line 2179 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (unsigned long long x)
Defined at line 2180 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (int128_opt x)
Defined at line 2182 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (uint128_opt x)
Defined at line 2183 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (bool x)
Defined at line 2184 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <int N>
void value<Context> (bitint<N> x)
Defined at line 2187 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(is_char<T>::value)>
void value<Context> (T x)
Defined at line 2196 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (float x)
Defined at line 2202 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (double x)
Defined at line 2203 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (long double x)
Defined at line 2204 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (char_type * x)
Defined at line 2206 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (const char_type * x)
Defined at line 2210 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, typename C = char_t<T>, FMT_ENABLE_IF(!std::is_pointer<T>::value)>
void value<Context> (const T & x)
Defined at line 2216 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (void * x)
Defined at line 2223 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (const void * x)
Defined at line 2224 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (volatile void * x)
Defined at line 2225 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (const volatile void * x)
Defined at line 2227 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (nullptr_t )
Defined at line 2229 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(std::is_pointer<T>::value ||
std::is_member_pointer<T>::value)>
void value<Context> (const T & )
Defined at line 2233 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(use_format_as<T>::value)>
void value<Context> (const T & x)
Defined at line 2242 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(use_format_as_member<T>::value)>
void value<Context> (const T & x)
Defined at line 2244 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(is_named_arg<T>::value)>
void value<Context> (const T & named_arg)
Defined at line 2247 of file ../../third_party/fmtlib/src/include/fmt/base.h
template <typename T, FMT_ENABLE_IF(use_formatter<T>::value || !FMT_BUILTIN_TYPES)>
void value<Context> (T & x)
Defined at line 2251 of file ../../third_party/fmtlib/src/include/fmt/base.h
void value<Context> (const named_arg_info<char_type> * args, size_t size)
Defined at line 2253 of file ../../third_party/fmtlib/src/include/fmt/base.h