WPILibC++ 2024.3.2
formatter< join_view< It, Sentinel, Char >, Char > Struct Template Reference

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

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> const Char *
 
template<typename FormatContext >
auto format (const join_view< It, Sentinel, Char > &value, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename It , typename Sentinel , typename Char >
template<typename FormatContext >
auto formatter< join_view< It, Sentinel, Char >, Char >::format ( const join_view< It, Sentinel, Char > &  value,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

◆ parse()

template<typename It , typename Sentinel , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< join_view< It, Sentinel, Char >, Char >::parse ( ParseContext &  ctx) -> const Char*
inline

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