quill
Public Member Functions | Public Attributes | List of all members
detail::named_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC > Struct Template Reference
Collaboration diagram for detail::named_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC >:
Collaboration graph
[legend]

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_storeoperator= (const named_arg_store &rhs)=delete
 
named_arg_storeoperator= (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]
 

The documentation for this struct was generated from the following file: