Scippy

SoPlex

Sequential object-oriented simPlex

width_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR width_checker (ErrorHandler &eh)
 
template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
FMT_CONSTEXPR unsigned long long operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
FMT_CONSTEXPR unsigned long long operator() (T)
 

Private Attributes

ErrorHandler & handler_
 

Detailed Description

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

Definition at line 1976 of file format.h.

Constructor & Destructor Documentation

◆ width_checker()

FMT_CONSTEXPR width_checker ( ErrorHandler &  eh)
explicit

Definition at line 1978 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

FMT_CONSTEXPR unsigned long long operator() ( value)

Definition at line 1981 of file format.h.

References internal::is_negative().

◆ operator()() [2/2]

FMT_CONSTEXPR unsigned long long operator() ( )

Definition at line 1987 of file format.h.

Member Data Documentation

◆ handler_

ErrorHandler& handler_
private

Definition at line 1993 of file format.h.