#include <core.h>
Public Member Functions | |
format_arg_store (const Args &...args) | |
Static Public Attributes | |
static const unsigned long long | TYPES |
Private Types | |
typedef std::conditional< IS_PACKED, internal::value< Context >, basic_format_arg< Context > >::type | value_type |
Static Private Member Functions | |
static FMT_CONSTEXPR11 unsigned long long | get_types () |
Private Attributes | |
value_type | data_ [DATA_SIZE] |
Static Private Attributes | |
static const size_t | NUM_ARGS = sizeof...(Args) |
static const bool | IS_PACKED = NUM_ARGS < internal::max_packed_args |
static const size_t | DATA_SIZE |
Friends | |
class | basic_format_args< Context > |
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
.
|
private |
|
inline |
|
inlinestaticprivate |
Definition at line 1157 of file core.h.
|
friend |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |