WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::native_formatter< T, Char, TYPE > Struct Template Reference

#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())
 

Member Typedef Documentation

◆ nonlocking

template<typename T , typename Char , type TYPE>
using detail::native_formatter< T, Char, TYPE >::nonlocking = void

Member Function Documentation

◆ format()

template<typename T , typename Char , type TYPE>
template<typename FormatContext >
FMT_CONSTEXPR auto detail::native_formatter< T, Char, TYPE >::format ( const T & val,
FormatContext & ctx ) const -> decltype(ctx.out())

◆ parse()

template<typename T , typename Char , type TYPE>
FMT_CONSTEXPR auto detail::native_formatter< T, Char, TYPE >::parse ( parse_context< Char > & ctx) -> const Char*
inline

◆ set_debug_format()

template<typename T , typename Char , type TYPE>
FMT_CONSTEXPR void detail::native_formatter< T, Char, TYPE >::set_debug_format ( bool set = true)
inline

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