bitz-server  2.0.0
Public Member Functions | List of all members
fmt::internal::IsZeroInt Class Reference
Inheritance diagram for fmt::internal::IsZeroInt:
fmt::ArgVisitor< IsZeroInt, bool >

Public Member Functions

template<typename T >
bool visit_any_int (T value)
 
- Public Member Functions inherited from fmt::ArgVisitor< IsZeroInt, bool >
void report_unhandled_arg ()
 
bool visit_unhandled_arg ()
 
bool visit_int (int value)
 
bool visit_long_long (LongLong value)
 
bool visit_uint (unsigned value)
 
bool visit_ulong_long (ULongLong value)
 
bool visit_bool (bool value)
 
bool visit_char (int value)
 
bool visit_any_int (T)
 
bool visit_double (double value)
 
bool visit_long_double (long double value)
 
bool visit_any_double (T)
 
bool visit_cstring (const char *)
 
bool visit_string (Arg::StringValue< char >)
 
bool visit_wstring (Arg::StringValue< wchar_t >)
 
bool visit_pointer (const void *)
 
bool visit_custom (Arg::CustomValue)
 
bool visit (const Arg &arg)