Scippy

SoPlex

Sequential object-oriented simPlex

width_adapter< SpecHandler, Char > Struct Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR width_adapter (SpecHandler &h)
 
FMT_CONSTEXPR void operator() ()
 
FMT_CONSTEXPR void operator() (int id)
 
FMT_CONSTEXPR void operator() (basic_string_view< Char > id)
 
FMT_CONSTEXPR void on_error (const char *message)
 

Public Attributes

SpecHandler & handler
 

Detailed Description

template<typename SpecHandler, typename Char>
struct internal::width_adapter< SpecHandler, Char >

Definition at line 2305 of file format.h.

Constructor & Destructor Documentation

◆ width_adapter()

FMT_CONSTEXPR width_adapter ( SpecHandler &  h)
explicit

Definition at line 2306 of file format.h.

Member Function Documentation

◆ on_error()

FMT_CONSTEXPR void on_error ( const char *  message)

Definition at line 2314 of file format.h.

◆ operator()() [1/3]

FMT_CONSTEXPR void operator() ( )

Definition at line 2308 of file format.h.

◆ operator()() [2/3]

FMT_CONSTEXPR void operator() ( int  id)

Definition at line 2309 of file format.h.

◆ operator()() [3/3]

FMT_CONSTEXPR void operator() ( basic_string_view< Char >  id)

Definition at line 2310 of file format.h.

Member Data Documentation

◆ handler

SpecHandler& handler

Definition at line 2318 of file format.h.