SoPlex Documentation
Loading...
Searching...
No Matches
formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > > Struct Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR formatter ()=default
 
template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const T &val, FormatContext &ctx) -> decltype(ctx.out())
 

Private Attributes

detail::dynamic_format_specs< Char > specs_
 

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value !=detail::type::custom_type > >

Definition at line 3396 of file format.h.

Constructor & Destructor Documentation

◆ formatter()

template<typename T , typename Char >
FMT_CONSTEXPR formatter ( )
default

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
auto format ( const T & val,
FormatContext & ctx ) -> decltype(ctx.out())

◆ parse()

Member Data Documentation

◆ specs_

template<typename T , typename Char >
detail::dynamic_format_specs<Char> specs_
private

Definition at line 3478 of file format.h.