#include <ranges.h>
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) -> decltype(mapper().map(static_cast< T && >(value))) |
template<typename T , FMT_ENABLE_IF(has_formatter< remove_cvref_t< T >, Context >::value) > | |
static auto | map (T &&value) -> T && |
using detail::range_mapper< Context >::mapper = arg_mapper<Context> |
|
inlinestatic |
|
inlinestatic |