|
WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <core.h>

Public Types | |
| typedef unsigned | size_type |
| typedef basic_format_arg< Context > | format_arg |
Public Member Functions | |
| basic_format_args () | |
| template<typename... Args> | |
| basic_format_args (const format_arg_store< Context, Args... > &store) | |
| basic_format_args (const format_arg *args, size_type count) | |
| format_arg | get (size_type index) const |
| size_type | max_size () const |
Friends | |
| class | internal::arg_map< Context > |
Formatting arguments.
| typedef basic_format_arg<Context> basic_format_args< Context >::format_arg |
| typedef unsigned basic_format_args< Context >::size_type |
|
inline |
|
inline |
Constructs a basic_format_args object from ~fmtformat_arg_store.
|
inline |
Constructs a basic_format_args object from a dynamic set of arguments.
|
inline |
|
inline |
|
friend |
| const format_arg* basic_format_args< Context >::args_ |
| const internal::value<Context>* basic_format_args< Context >::values_ |