Clementine
Public Member Functions | Friends | List of all members
format_arg_store< Context, Args > Class Template Reference

An array of references to arguments. More...

#include <core.h>

Public Member Functions

 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 ~fmt::vformat.


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