VIPRA Documentation
|
Public Member Functions | |
template<typename... T> | |
FMT_MAP_API | format_arg_store (T &... values) |
format_arg_store (format_arg_store &&rhs) | |
format_arg_store (const format_arg_store &rhs)=delete | |
format_arg_store & | operator= (const format_arg_store &rhs)=delete |
format_arg_store & | operator= (format_arg_store &&rhs)=delete |
Public Attributes | |
arg_t< Context, NUM_ARGS > | args [ARGS_ARR_SIZE] |
named_arg_info< typename Context::char_type > | named_args [NUM_NAMED_ARGS] |
Static Public Attributes | |
static constexpr size_t | ARGS_ARR_SIZE = 1 + (NUM_ARGS != 0 ? NUM_ARGS : +1) |