Loading...
Searching...
No Matches
Classes |
Public Member Functions |
Private Types |
Private Attributes |
Friends |
List of all members
basic_format_arg< Context > Class Template Reference
Detailed DescriptionMember Typedef Documentation◆ char_type
template<typename Context >
Constructor & Destructor Documentation◆ basic_format_arg()
template<typename Context >
Member Function Documentation◆ is_arithmetic()
template<typename Context >
Definition at line 993 of file core.h. References internal::is_arithmetic_type(), and basic_format_arg< Context >::type_. ◆ is_integral()
template<typename Context >
Definition at line 992 of file core.h. References internal::is_integral_type(), and basic_format_arg< Context >::type_. ◆ operator bool()
template<typename Context >
Definition at line 986 of file core.h. References internal::none_type, and basic_format_arg< Context >::type_. ◆ type()
template<typename Context >
Definition at line 990 of file core.h. References basic_format_arg< Context >::type_. Friends And Related Symbol Documentation◆ basic_format_args< Context >
template<typename Context >
◆ internal::arg_map< Context >
template<typename Context >
◆ internal::make_arg
template<typename Context >
template<typename ContextType , typename T >
◆ visit_format_arg
template<typename Context >
template<typename Visitor , typename Ctx >
Member Data Documentation◆ type_
template<typename Context >
Definition at line 954 of file core.h. Referenced by basic_format_args< Context >::do_get(), arg_map< Context >::init(), basic_format_arg< Context >::is_arithmetic(), basic_format_arg< Context >::is_integral(), internal::make_arg(), basic_format_arg< Context >::operator bool(), and basic_format_arg< Context >::type(). ◆ value_
template<typename Context >
Definition at line 953 of file core.h. Referenced by arg_map< Context >::init().
|