Scippy

SoPlex

Sequential object-oriented simPlex

id_adapter< Handler, Char > Struct Template Reference

#include <format.h>

Public Member Functions

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

Handler & handler
 

Detailed Description

template<typename Handler, typename Char>
struct internal::id_adapter< Handler, Char >

Definition at line 2486 of file format.h.

Member Function Documentation

◆ on_error()

FMT_CONSTEXPR void on_error ( const char *  message)

Definition at line 2492 of file format.h.

◆ operator()() [1/3]

FMT_CONSTEXPR void operator() ( )

Definition at line 2487 of file format.h.

◆ operator()() [2/3]

FMT_CONSTEXPR void operator() ( int  id)

Definition at line 2488 of file format.h.

◆ operator()() [3/3]

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

Definition at line 2489 of file format.h.

Member Data Documentation

◆ handler

Handler& handler

Definition at line 2495 of file format.h.