Rosetta
Public Member Functions | List of all members
formatter< arg_join< It, Sentinel, Char >, Char > Struct Template Reference

#include <format.h>

Inheritance diagram for formatter< arg_join< It, Sentinel, Char >, Char >:
Inheritance graph
[legend]

Public Member Functions

template<typename FormatContext >
auto format (const arg_join< It, Sentinel, Char > &value, FormatContext &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from formatter< std::iterator_traits< It >::value_type, Char >
 formatter ()=delete
 

Member Function Documentation

◆ format()

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

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