WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
internal::printf_precision_handler Class Reference

#include <printf.h>

Inheritance diagram for internal::printf_precision_handler:
Collaboration diagram for internal::printf_precision_handler:

Public Member Functions

template<typename T >
std::enable_if< std::is_integral< T >::value, int >::type operator() (T value)
 
template<typename T >
std::enable_if<!std::is_integral< T >::value, int >::type operator() (T)
 

Detailed Description

Definition at line 165 of file printf.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
std::enable_if<std::is_integral<T>::value, int>::type internal::printf_precision_handler::operator() ( value)
inline

Definition at line 169 of file printf.h.

◆ operator()() [2/2]

template<typename T >
std::enable_if<!std::is_integral<T>::value, int>::type internal::printf_precision_handler::operator() ( )
inline

Definition at line 176 of file printf.h.


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