Loading...
Searching...
No Matches
Classes |
Public Member Functions |
Private Types |
Private Member Functions |
Private Attributes |
List of all members
arg_map< Context > Class Template Reference
Detailed Descriptiontemplate<typename Context>
class internal::arg_map< Context > Member Typedef Documentation◆ char_type
template<typename Context >
Constructor & Destructor Documentation◆ arg_map() [1/2]◆ arg_map() [2/2]◆ ~arg_map()
template<typename Context >
Definition at line 1080 of file core.h. References arg_map< Context >::map_. Member Function Documentation◆ find()
template<typename Context >
Definition at line 1082 of file core.h. References arg_map< Context >::map_, internal::name, and arg_map< Context >::size_. ◆ init()
template<typename Context >
Definition at line 1345 of file format.h. References basic_format_args< Context >::args_, basic_format_args< Context >::is_packed(), basic_format_args< Context >::max_size(), internal::named_arg_type, internal::none_type, internal::to_unsigned(), basic_format_args< Context >::type(), basic_format_arg< Context >::type_, basic_format_arg< Context >::value_, and basic_format_args< Context >::values_. ◆ operator=()
template<typename Context >
◆ push_back()
template<typename Context >
Definition at line 1069 of file core.h. References arg_map< Context >::map_, arg_map< Context >::entry::name, value< Context >::named_arg, and arg_map< Context >::size_. Member Data Documentation◆ map_
template<typename Context >
Definition at line 1066 of file core.h. Referenced by arg_map< Context >::find(), arg_map< Context >::push_back(), and arg_map< Context >::~arg_map(). ◆ size_
template<typename Context >
Definition at line 1067 of file core.h. Referenced by arg_map< Context >::find(), and arg_map< Context >::push_back().
|