Pyrogenesis  trunk
Public Member Functions | List of all members
anonymous_namespace{format.cpp}::IsZeroInt Class Reference
Inheritance diagram for anonymous_namespace{format.cpp}::IsZeroInt:
Inheritance graph
[legend]
Collaboration diagram for anonymous_namespace{format.cpp}::IsZeroInt:
Collaboration graph
[legend]

Public Member Functions

template<typename T >
bool visit_any_int (T value)
 
- Public Member Functions inherited from fmt::internal::ArgVisitor< IsZeroInt, bool >
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_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_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)
 

Member Function Documentation

template<typename T >
bool anonymous_namespace{format.cpp}::IsZeroInt::visit_any_int ( T  value)
inline

The documentation for this class was generated from the following file: