Public Member Functions | Private Types | Private Attributes | List of all members
printf_width_handler< Char > Class Template Reference

#include <printf.h>

Public Member Functions

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)
 
 printf_width_handler (format_specs &specs)
 

Private Types

using format_specs = basic_format_specs< Char >
 

Private Attributes

format_specsspecs_
 

Detailed Description

template<typename Char>
class printf_width_handler< Char >

Definition at line 196 of file printf.h.

Member Typedef Documentation

◆ format_specs

template<typename Char >
using printf_width_handler< Char >::format_specs = basic_format_specs<Char>
private

Definition at line 198 of file printf.h.

Constructor & Destructor Documentation

◆ printf_width_handler()

template<typename Char >
printf_width_handler< Char >::printf_width_handler ( format_specs specs)
inlineexplicit

Definition at line 203 of file printf.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename Char >
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( value)
inline

Definition at line 206 of file printf.h.

◆ operator()() [2/2]

template<typename Char >
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( )
inline

Definition at line 218 of file printf.h.

Member Data Documentation

◆ specs_

template<typename Char >
format_specs& printf_width_handler< Char >::specs_
private

Definition at line 200 of file printf.h.


The documentation for this class was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54