HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
width_checker< ErrorHandler > Class Template Reference

#include <format.h>

Public Member Functions

FMT_CONSTEXPR width_checker (ErrorHandler &eh)
 
template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
FMT_CONSTEXPR auto operator() (T value) -> unsigned long long
 
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
FMT_CONSTEXPR auto operator() (T) -> unsigned long long
 

Detailed Description

template<typename ErrorHandler>
class width_checker< ErrorHandler >

Definition at line 2012 of file format.h.

Constructor & Destructor Documentation

template<typename ErrorHandler >
FMT_CONSTEXPR width_checker< ErrorHandler >::width_checker ( ErrorHandler eh)
inlineexplicit

Definition at line 2014 of file format.h.

Member Function Documentation

template<typename ErrorHandler >
template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
FMT_CONSTEXPR auto width_checker< ErrorHandler >::operator() ( T  value) -> unsigned long long
inline

Definition at line 2017 of file format.h.

template<typename ErrorHandler >
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
FMT_CONSTEXPR auto width_checker< ErrorHandler >::operator() ( T  ) -> unsigned long long
inline

Definition at line 2023 of file format.h.


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