WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::printf_width_handler< Char > Class Template Reference

#include <printf.h>

Inheritance diagram for internal::printf_width_handler< Char >:
Collaboration diagram for internal::printf_width_handler< Char >:

Public Member Functions

 printf_width_handler (format_specs &spec)
 
template<typename T >
std::enable_if< std::is_integral< T >::value, unsigned >::type operator() (T value)
 
template<typename T >
std::enable_if<!std::is_integral< T >::value, unsigned >::type operator() (T)
 

Detailed Description

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

Definition at line 288 of file printf.h.

Constructor & Destructor Documentation

◆ printf_width_handler()

template<typename Char >
internal::printf_width_handler< Char >::printf_width_handler ( format_specs spec)
inlineexplicit

Definition at line 295 of file printf.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 299 of file printf.h.

Here is the call graph for this function:

◆ operator()() [2/2]

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

Definition at line 314 of file printf.h.


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