Livox SDK API  V2.2.0
fmt::v5::internal::custom_formatter< Char, Context > Class Template Reference

#include <format.h>

Inheritance diagram for fmt::v5::internal::custom_formatter< Char, Context >:
fmt::v5::internal::function< bool >

Public Member Functions

 custom_formatter (Context &ctx)
 
bool operator() (typename basic_format_arg< Context >::handle h) const
 
template<typename T >
bool operator() (T) const
 

Detailed Description

template<typename Char, typename Context>
class fmt::v5::internal::custom_formatter< Char, Context >

Definition at line 1480 of file format.h.

Constructor & Destructor Documentation

template<typename Char, typename Context>
fmt::v5::internal::custom_formatter< Char, Context >::custom_formatter ( Context &  ctx)
inlineexplicit

Definition at line 1485 of file format.h.

Member Function Documentation

template<typename Char, typename Context>
bool fmt::v5::internal::custom_formatter< Char, Context >::operator() ( typename basic_format_arg< Context >::handle  h) const
inline

Definition at line 1487 of file format.h.

template<typename Char, typename Context>
template<typename T >
bool fmt::v5::internal::custom_formatter< Char, Context >::operator() ( ) const
inline

Definition at line 1493 of file format.h.


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