VIPRA Documentation
Loading...
Searching...
No Matches
detail::format_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC > Struct Template Reference
Collaboration diagram for detail::format_arg_store< Context, NUM_ARGS, NUM_NAMED_ARGS, DESC >:

Public Member Functions

template<typename... T>
FMT_MAP_API format_arg_store (T &... values)
 
 format_arg_store (format_arg_store &&rhs)
 
 format_arg_store (const format_arg_store &rhs)=delete
 
format_arg_storeoperator= (const format_arg_store &rhs)=delete
 
format_arg_storeoperator= (format_arg_store &&rhs)=delete
 

Public Attributes

arg_t< Context, NUM_ARGS > args [ARGS_ARR_SIZE]
 
named_arg_info< typename Context::char_type > named_args [NUM_NAMED_ARGS]
 

Static Public Attributes

static constexpr size_t ARGS_ARR_SIZE = 1 + (NUM_ARGS != 0 ? NUM_ARGS : +1)
 

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