WPILibC++ 2026.2.2
Loading...
Searching...
No Matches
formatter< join_view< It, Sentinel, Char >, Char > Struct Template Reference

#include <fmt/ranges.h>

Public Types

using nonlocking = void
 

Public Member Functions

FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
template<typename FormatContext >
auto format (view &value, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Typedef Documentation

◆ nonlocking

template<typename It , typename Sentinel , typename Char >
using formatter< join_view< It, Sentinel, Char >, Char >::nonlocking = void

Member Function Documentation

◆ format()

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

◆ parse()

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

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