Loading...
Searching...
No Matches
Public Member Functions |
Private Types |
Private Attributes |
Static Private Attributes |
Friends |
List of all members
format_arg_store< Context, Args > Class Template Reference
Detailed Descriptiontemplate<typename Context, typename... Args> class format_arg_store< Context, Args > \rst An array of references to arguments. It can be implicitly converted into Member Typedef Documentation◆ value_type
template<typename Context , typename... Args>
Initial value:
Definition core.h:1251 Constructor & Destructor Documentation◆ format_arg_store()
template<typename Context , typename... Args>
Definition at line 1582 of file core.h. References detail::init_named_args(). Friends And Related Symbol Documentation◆ basic_format_args< Context >
template<typename Context , typename... Args>
Member Data Documentation◆ data_
template<typename Context , typename... Args>
◆ desc
template<typename Context , typename... Args>
Initial value:
=
(is_packed ? detail::encode_types<Context, Args...>()
(num_named_args != 0
? static_cast<unsigned long long>(detail::has_named_args_bit)
: 0)
Definition chrono.h:284 ◆ is_packed
template<typename Context , typename... Args>
◆ num_args
template<typename Context , typename... Args>
◆ num_named_args
template<typename Context , typename... Args>
|