WPILibC++ 2025.1.1
|
#include <fmt/base.h>
Public Types | |
using | nonlocking = void |
Public Member Functions | |
FMT_CONSTEXPR auto | parse (parse_context< Char > &ctx) -> const Char * |
template<type U = TYPE, FMT_ENABLE_IF(U==type::string_type||U==type::cstring_type|| U==type::char_type) > | |
FMT_CONSTEXPR void | set_debug_format (bool set=true) |
template<typename FormatContext > | |
FMT_CONSTEXPR auto | format (const T &val, FormatContext &ctx) const -> decltype(ctx.out()) |
using detail::native_formatter< T, Char, TYPE >::nonlocking = void |
FMT_CONSTEXPR auto detail::native_formatter< T, Char, TYPE >::format | ( | const T & | val, |
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
|
inline |