Loading...
Searching...
No Matches
arg_mapper< Context > Struct Template Reference
Detailed Descriptiontemplate<typename Context>
struct internal::arg_mapper< Context > Member Typedef Documentation◆ char_type
template<typename Context >
Member Function Documentation◆ map() [1/31]
template<typename Context >
◆ map() [2/31]
template<typename Context >
◆ map() [3/31]
template<typename Context >
◆ map() [4/31]
template<typename Context >
template<typename T >
Definition at line 927 of file core.h. References arg(), named_arg_base< Char >::data, and named_arg< T, Char >::value. ◆ map() [5/31]
template<typename Context >
◆ map() [6/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF(is_string< T >::value) >
Definition at line 864 of file core.h. References internal::to_string_view(). ◆ map() [7/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF( std::is_constructible< basic_string_view< char_type >, T >::value && !is_string< T >::value) >
◆ map() [8/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF( std::is_constructible< std_string_view< char_type >, T >::value && !std::is_constructible< basic_string_view< char_type >, T >::value && !is_string< T >::value &&!has_formatter< T, Context >::value) >
◆ map() [9/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF( !is_string< T >::value &&!is_char< T >::value && !std::is_constructible< basic_string_view< char_type >, T >::value &&(has_formatter< T, Context >::value||(has_fallback_formatter< T, Context >::value && !std::is_constructible< std_string_view< char_type >, T >::value))) >
◆ map() [10/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF(std::is_enum< T >::value && !has_formatter< T, Context >::value && !has_fallback_formatter< T, Context >::value) >
Definition at line 910 of file core.h. References arg_mapper< Context >::map(). ◆ map() [11/31]◆ map() [12/31]
template<typename Context >
◆ map() [13/31]
template<typename Context >
◆ map() [14/31]
template<typename Context >
◆ map() [15/31]
template<typename Context >
◆ map() [16/31]
template<typename Context >
◆ map() [17/31]
template<typename Context >
◆ map() [18/31]
template<typename Context >
◆ map() [19/31]
template<typename Context >
◆ map() [20/31]
template<typename Context >
◆ map() [21/31]
template<typename Context >
◆ map() [22/31]
template<typename Context >
Definition at line 835 of file core.h. Referenced by internal::make_arg(), internal::make_arg(), arg_mapper< Context >::map(), and internal::parse_format_specs(). ◆ map() [23/31]
template<typename Context >
◆ map() [24/31]
template<typename Context >
template<typename T , FMT_ENABLE_IF(is_char< T >::value) >
◆ map() [25/31]
template<typename Context >
◆ map() [26/31]
template<typename Context >
◆ map() [27/31]
template<typename Context >
◆ map() [28/31]
template<typename Context >
◆ map() [29/31]
template<typename Context >
◆ map() [30/31]
template<typename Context >
◆ map() [31/31]
template<typename Context >
|