WPILibC++ 2024.3.2
formatter< detail::styled_arg< T >, Char > Struct Template Reference

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

Inheritance diagram for formatter< detail::styled_arg< T >, Char >:
formatter< T, Char >

Public Member Functions

template<typename FormatContext >
auto format (const detail::styled_arg< T > &arg, FormatContext &ctx) const -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< T, Char >
 formatter ()=delete
 

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
auto formatter< detail::styled_arg< T >, Char >::format ( const detail::styled_arg< T > &  arg,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

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