Livox SDK API  V2.2.0
fmt::v5::basic_format_arg< Context > Class Template Reference

#include <core.h>

Classes

class  handle
 

Public Member Functions

 basic_format_arg ()
 
 operator bool () const throw ()
 
internal::type type () const
 
bool is_integral () const
 
bool is_arithmetic () const
 

Friends

class basic_format_args< Context >
 
class internal::arg_map< Context >
 
template<typename ContextType , typename T >
basic_format_arg< ContextType > internal::make_arg (const T &value)
 
template<typename Visitor , typename Ctx >
internal::result_of< Visitor(int)>::type visit_format_arg (Visitor &&vis, const basic_format_arg< Ctx > &arg)
 

Detailed Description

template<typename Context>
class fmt::v5::basic_format_arg< Context >

Definition at line 484 of file core.h.

Constructor & Destructor Documentation

template<typename Context>
fmt::v5::basic_format_arg< Context >::basic_format_arg ( )
inline

Definition at line 808 of file core.h.

Member Function Documentation

template<typename Context>
bool fmt::v5::basic_format_arg< Context >::is_arithmetic ( ) const
inline

Definition at line 817 of file core.h.

template<typename Context>
bool fmt::v5::basic_format_arg< Context >::is_integral ( ) const
inline

Definition at line 816 of file core.h.

template<typename Context>
fmt::v5::basic_format_arg< Context >::operator bool ( ) const
throw (
)
inline

Definition at line 810 of file core.h.

template<typename Context>
internal::type fmt::v5::basic_format_arg< Context >::type ( ) const
inline

Definition at line 814 of file core.h.

Friends And Related Function Documentation

template<typename Context>
friend class basic_format_args< Context >
friend

Definition at line 792 of file core.h.

template<typename Context>
friend class internal::arg_map< Context >
friend

Definition at line 793 of file core.h.

template<typename Context>
template<typename ContextType , typename T >
basic_format_arg<ContextType> internal::make_arg ( const T &  value)
friend
template<typename Context>
template<typename Visitor , typename Ctx >
internal::result_of<Visitor(int)>::type visit_format_arg ( Visitor &&  vis,
const basic_format_arg< Ctx > &  arg 
)
friend

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