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
 
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)]
 

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