Scippy

SoPlex

Sequential object-oriented simPlex

cstring_type_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR cstring_type_checker (ErrorHandler eh)
 
FMT_CONSTEXPR void on_string ()
 
FMT_CONSTEXPR void on_pointer ()
 

Detailed Description

template<typename ErrorHandler>
class internal::cstring_type_checker< ErrorHandler >

Definition at line 1335 of file format.h.

Constructor & Destructor Documentation

◆ cstring_type_checker()

FMT_CONSTEXPR cstring_type_checker ( ErrorHandler  eh)
explicit

Definition at line 1337 of file format.h.

Member Function Documentation

◆ on_pointer()

FMT_CONSTEXPR void on_pointer ( )

Definition at line 1341 of file format.h.

◆ on_string()

FMT_CONSTEXPR void on_string ( )

Definition at line 1340 of file format.h.