WPILibC++ 2023.4.3-108-ge5452e3
|
#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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) -> 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))) |
using detail::range_mapper< Context >::mapper = arg_mapper<Context> |
|
inlinestatic |
|
inlinestatic |