WPILibC++ 2023.4.3
formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<detail::type U = detail::type_constant<T, Char>::value, enable_if_t<(U==detail::type::string_type||U==detail::type::cstring_type||U==detail::type::char_type), int > = 0>
FMT_CONSTEXPR void set_debug_format ()
 
template<typename FormatContext >
FMT_CONSTEXPR auto format (const T &val, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > >::format ( const T &  val,
FormatContext &  ctx 
) const -> decltype(ctx.out())

◆ parse()

template<typename T , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

◆ set_debug_format()

template<typename T , typename Char >
template<detail::type U = detail::type_constant<T, Char>::value, enable_if_t<(U==detail::type::string_type||U==detail::type::cstring_type||U==detail::type::char_type), int > = 0>
FMT_CONSTEXPR void formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > >::set_debug_format ( )
inline

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