HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
format_arg_store< Context, Args > Class Template Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR FMT_INLINE format_arg_store (const Args &...args)
 

Friends

class basic_format_args< Context >
 

Detailed Description

template<typename Context, typename... Args>
class format_arg_store< Context, Args >

An array of references to arguments. It can be implicitly converted into ~fmtbasic_format_args for passing into type-erased formatting functions such as ~fmtvformat.

Definition at line 1670 of file core.h.

Constructor & Destructor Documentation

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

Definition at line 1698 of file core.h.

Friends And Related Function Documentation

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

Definition at line 1688 of file core.h.


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