SoPlex Documentation
Loading...
Searching...
No Matches
formatter< arg_join< It, Char >, Char > Struct Template Reference

#include <format.h>

Inheritance diagram for formatter< arg_join< It, Char >, Char >:
formatter< std::iterator_traits< It >::value_type, Char >

Public Member Functions

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

Detailed Description

template<typename It, typename Char>
struct formatter< arg_join< It, Char >, Char >

Definition at line 3176 of file format.h.

Member Function Documentation

◆ format()

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

Definition at line 3179 of file format.h.