Livox SDK API  V2.2.0
fmt::v5::internal::printf_precision_handler Class Reference

#include <printf.h>

Inheritance diagram for fmt::v5::internal::printf_precision_handler:
fmt::v5::internal::function< int >

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

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

Definition at line 169 of file printf.h.

template<typename T >
std::enable_if<!std::is_integral<T>::value, int>::type fmt::v5::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: