enum_name
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
detail::range_mapper< Context > Struct Template Reference

Public Types

using mapper = arg_mapper<Context>
 

Static Public Member Functions

template<typename T , FMT_ENABLE_IF(has_formatter< remove_cvref_t< T >, Context >::value) >
static auto map (T &&value) -> T &&
 
template<typename T , FMT_ENABLE_IF(!has_formatter< remove_cvref_t< T >, Context >::value) >
static auto map (T &&value) -> decltype(mapper().map(static_cast< T && >(value)))
 

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