VIPRA Documentation
|
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))) |