WPILibC++ 2023.4.3-108-ge5452e3
specs_checker< Handler > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Inheritance diagram for specs_checker< Handler >:

Public Member Functions

FMT_CONSTEXPR specs_checker (const Handler &handler, detail::type arg_type)
 
FMT_CONSTEXPR void on_align (align_t align)
 
FMT_CONSTEXPR void on_sign (sign_t s)
 
FMT_CONSTEXPR void on_hash ()
 
FMT_CONSTEXPR void on_localized ()
 
FMT_CONSTEXPR void on_zero ()
 
FMT_CONSTEXPR void end_precision ()
 

Constructor & Destructor Documentation

◆ specs_checker()

template<typename Handler >
FMT_CONSTEXPR specs_checker< Handler >::specs_checker ( const Handler &  handler,
detail::type  arg_type 
)
inline

Member Function Documentation

◆ end_precision()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::end_precision ( )
inline

◆ on_align()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_align ( align_t  align)
inline

◆ on_hash()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_hash ( )
inline

◆ on_localized()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_localized ( )
inline

◆ on_sign()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_sign ( sign_t  s)
inline

◆ on_zero()

template<typename Handler >
FMT_CONSTEXPR void specs_checker< Handler >::on_zero ( )
inline

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