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

#include <core.h>

Public Member Functions

 arg_map ()
 
void init (const basic_format_args< Context > &args)
 
 ~arg_map ()
 
basic_format_arg< Context > find (basic_string_view< char_type > name) const
 

Detailed Description

template<typename Context>
class fmt::v5::internal::arg_map< Context >

Definition at line 773 of file core.h.

Constructor & Destructor Documentation

template<typename Context>
fmt::v5::internal::arg_map< Context >::arg_map ( )
inline

Definition at line 957 of file core.h.

template<typename Context>
fmt::v5::internal::arg_map< Context >::~arg_map ( )
inline

Definition at line 959 of file core.h.

Member Function Documentation

template<typename Context>
basic_format_arg<Context> fmt::v5::internal::arg_map< Context >::find ( basic_string_view< char_type >  name) const
inline

Definition at line 961 of file core.h.

template<typename Context>
void fmt::v5::internal::arg_map< Context >::init ( const basic_format_args< Context > &  args)

Definition at line 1273 of file format.h.


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