WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
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 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 1140 of file core.h.

Constructor & Destructor Documentation

◆ format_arg_store()

template<typename Context, typename ... Args>
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 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: