std::basic_format_args
From cppreference.com
| Defined in header <format>
|
||
| template< class Context > class basic_format_args; |
(1) | (since C++20) |
| using format_args = basic_format_args<std::format_context>; |
(2) | (since C++20) |
| using wformat_args = basic_format_args<std::wformat_context>; |
(3) | (since C++20) |
Provides access to formatting arguments.
Contents |