WPILibC++ 2024.3.2
formatter< tuple_join_view< Char, T... >, Char > Struct Template Reference

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

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const tuple_join_view< Char, T... > &value, FormatContext &ctx) const -> typename FormatContext::iterator
 

Member Function Documentation

◆ format()

template<typename Char , typename... T>
template<typename FormatContext >
auto formatter< tuple_join_view< Char, T... >, Char >::format ( const tuple_join_view< Char, T... > &  value,
FormatContext &  ctx 
) const -> typename FormatContext::iterator
inline

◆ parse()

template<typename Char , typename... T>
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< tuple_join_view< Char, T... >, Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

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