|
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 | |
| auto | operator= (const named_arg_store &rhs) -> named_arg_store &=delete |
| auto | operator= (named_arg_store &&rhs) -> named_arg_store &=delete |
| operator const arg_t< Context, NUM_ARGS > * () const | |
Public Attributes | |
| arg_t< Context, NUM_ARGS > | args [1u+NUM_ARGS] |
| named_arg_info< typename Context::char_type > | named_args [static_cast< size_t >(NUM_NAMED_ARGS)] |
1.8.13