Scippy

SoPlex

Sequential object-oriented simPlex

printf_width_handler< Char > Class Template Reference

#include <printf.h>

Public Member Functions

 printf_width_handler (format_specs &specs)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned operator() (T)
 

Private Types

using format_specs = basic_format_specs< Char >
 

Private Attributes

format_specsspecs_
 

Detailed Description

template<typename Char>
class internal::printf_width_handler< Char >

Definition at line 146 of file printf.h.

Member Typedef Documentation

◆ format_specs

using format_specs = basic_format_specs<Char>
private

Definition at line 148 of file printf.h.

Constructor & Destructor Documentation

◆ printf_width_handler()

printf_width_handler ( format_specs specs)
explicit

Definition at line 153 of file printf.h.

Member Function Documentation

◆ operator()() [1/2]

unsigned operator() ( value)

◆ operator()() [2/2]

unsigned operator() ( )

Definition at line 168 of file printf.h.

References FMT_THROW.

Member Data Documentation

◆ specs_

format_specs& specs_
private

Definition at line 150 of file printf.h.