Clementine
Public Member Functions | Public Attributes | List of all members
detail::arg_data< T, Char, NUM_ARGS, NUM_NAMED_ARGS > Struct Template Reference
Collaboration diagram for detail::arg_data< T, Char, NUM_ARGS, NUM_NAMED_ARGS >:
Collaboration graph
[legend]

Public Member Functions

template<typename... U>
 arg_data (const U &... init)
 
 arg_data (const arg_data &other)=delete
 
const T * args () const
 
named_arg_info< Char > * named_args ()
 

Public Attributes

args_ [1+(NUM_ARGS !=0 ? NUM_ARGS :+1)]
 
named_arg_info< Char > named_args_ [NUM_NAMED_ARGS]
 

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