Scippy

SoPlex

Sequential object-oriented simPlex

numeric_specs_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR numeric_specs_checker (ErrorHandler &eh, internal::type arg_type)
 
FMT_CONSTEXPR void require_numeric_argument ()
 
FMT_CONSTEXPR void check_sign ()
 
FMT_CONSTEXPR void check_precision ()
 

Private Attributes

ErrorHandler & error_handler_
 
internal::type arg_type_
 

Detailed Description

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

Definition at line 2051 of file format.h.

Constructor & Destructor Documentation

◆ numeric_specs_checker()

FMT_CONSTEXPR numeric_specs_checker ( ErrorHandler &  eh,
internal::type  arg_type 
)

Definition at line 2053 of file format.h.

Member Function Documentation

◆ check_precision()

FMT_CONSTEXPR void check_precision ( )

Definition at line 2069 of file format.h.

◆ check_sign()

FMT_CONSTEXPR void check_sign ( )

Definition at line 2061 of file format.h.

◆ require_numeric_argument()

FMT_CONSTEXPR void require_numeric_argument ( )

Definition at line 2056 of file format.h.

Referenced by internal::cf::vformat_to().

Member Data Documentation

◆ arg_type_

internal::type arg_type_
private

Definition at line 2076 of file format.h.

◆ error_handler_

ErrorHandler& error_handler_
private

Definition at line 2075 of file format.h.