WPILibC++ 2024.3.2
formatter< group_digits_view< T > > Struct Template Reference

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

Inheritance diagram for formatter< group_digits_view< T > >:
formatter< T, Char, Enable >

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> const char *
 
template<typename FormatContext >
auto format (group_digits_view< T > t, FormatContext &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< T, Char, Enable >
 formatter ()=delete
 

Member Function Documentation

◆ format()

template<typename T >
template<typename FormatContext >
auto formatter< group_digits_view< T > >::format ( group_digits_view< T >  t,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

◆ parse()

template<typename T >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< group_digits_view< T > >::parse ( ParseContext &  ctx) -> const char*
inline

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