#include <core.h>
Classes | |
class | handle |
Public Member Functions | |
FMT_CONSTEXPR | basic_format_arg () |
FMT_EXPLICIT | operator bool () const FMT_NOEXCEPT |
internal::type | type () const |
bool | is_integral () const |
bool | is_arithmetic () const |
Private Types | |
typedef Context::char_type | char_type |
Private Attributes | |
internal::value< Context > | value_ |
internal::type | type_ |
Friends | |
class | basic_format_args< Context > |
class | internal::arg_map< Context > |
template<typename ContextType , typename T > | |
FMT_CONSTEXPR basic_format_arg< ContextType > | internal::make_arg (const T &value) |
template<typename Visitor , typename Ctx > | |
FMT_CONSTEXPR internal::result_of< Visitor(int)>::type | visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg) |
|
private |
|
inline |
Definition at line 808 of file core.h.
|
inline |
|
inline |
|
inline |
Definition at line 810 of file core.h.
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |