#include <format.h>
Public Types | |
| using | context = basic_format_context< OutputIt, Char > |
Public Member Functions | |
| template<typename T > | |
| OutputIt | operator() (T value) |
| OutputIt | operator() (typename basic_format_arg< context >::handle handle) |
Public Attributes | |
| basic_format_args< context > | args |
| locale_ref | loc |
| OutputIt | out |
| using detail::default_arg_formatter< OutputIt, Char >::context = basic_format_context<OutputIt, Char> |
|
inline |
|
inline |
| basic_format_args<context> detail::default_arg_formatter< OutputIt, Char >::args |
| locale_ref detail::default_arg_formatter< OutputIt, Char >::loc |
| OutputIt detail::default_arg_formatter< OutputIt, Char >::out |