std::basic_format_arg

Header: <format>

Provides access to a formatting argument.

# Declarations

template< class Context >
class basic_format_arg;

(since C++20)

# Notes

Feature-test macro Value Std Feature __cpp_lib_format 202306L (C++26) Member visit

# Example

This section is incompleteReason: no example

# See also