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

#include <printf.h>

Public Member Functions

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

Private Attributes

format_specs< Char > & specs_
 

Detailed Description

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

Definition at line 198 of file printf.h.

Constructor & Destructor Documentation

◆ printf_width_handler()

template<typename Char >
detail::printf_width_handler< Char >::printf_width_handler ( format_specs< Char > &  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) >
auto detail::printf_width_handler< Char >::operator() ( value) -> unsigned
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) >
auto detail::printf_width_handler< Char >::operator() ( ) -> unsigned
inline

Definition at line 218 of file printf.h.

Member Data Documentation

◆ specs_

template<typename Char >
format_specs<Char>& detail::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 Sun Aug 11 2024 02:24:30