A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../utility/format/visit_format_arg.html below:

std::visit_format_arg - cppreference.com

template< class Visitor, class Context >
/* see below */ visit_format_arg( Visitor&& vis, std::basic_format_arg<Context> arg );
(since C++20)
(deprecated in C++26)

Applies the visitor vis to the object contained in arg.

Equivalent to std::visit(std::forward<Visitor>(vis), value), where value is the std::variant stored in arg.

[edit] Parameters [edit] Return value

The value returned by the selected invocation of the visitor.

[edit] Notes

As of C++26, std::visit_format_arg is deprecated in favor of the visit member functions of std::basic_format_arg.

[edit] Example [edit] See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4