Livox SDK API  V1.1.0
fmt::v5::format_arg_store< Context, Args > Class Template Reference

#include <core.h>

Public Member Functions

 format_arg_store (const Args &... args)
 

Static Public Attributes

static const unsigned long long TYPES
 

Friends

class basic_format_args< Context >
 

Detailed Description

template<typename Context, typename ... Args>
class fmt::v5::format_arg_store< Context, Args >

\rst An array of references to arguments. It can be implicitly converted into ~fmt::basic_format_args for passing into type-erased formatting functions such as ~fmtvformat. \endrst

Definition at line 1140 of file core.h.

Constructor & Destructor Documentation

◆ format_arg_store()

template<typename Context, typename ... Args>
fmt::v5::format_arg_store< Context, Args >::format_arg_store ( const Args &...  args)
inline

Definition at line 1179 of file core.h.

Friends And Related Function Documentation

◆ basic_format_args< Context >

template<typename Context, typename ... Args>
friend class basic_format_args< Context >
friend

Definition at line 1155 of file core.h.

Member Data Documentation

◆ TYPES

template<typename Context, typename ... Args>
const unsigned long long fmt::v5::format_arg_store< Context, Args >::TYPES
static
Initial value:
=
get_types()

Definition at line 1167 of file core.h.


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