quill
|
Public Member Functions | |
template<typename... T> | |
FMTQUILL_CONSTEXPR FMTQUILL_ALWAYS_INLINE | named_arg_store (T &... values) |
named_arg_store (named_arg_store &&rhs) | |
named_arg_store (const named_arg_store &rhs)=delete | |
named_arg_store & | operator= (const named_arg_store &rhs)=delete |
named_arg_store & | operator= (named_arg_store &&rhs)=delete |
operator const arg_t< Context, NUM_ARGS > * () const | |
Public Attributes | |
arg_t< Context, NUM_ARGS > | args [1+NUM_ARGS] |
named_arg_info< typename Context::char_type > | named_args [NUM_NAMED_ARGS] |