Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/utility/variant/dsc visit"

From cppreference.com
(+)
 
m (~s)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{dsc tfun | cpp/utility/variant/visit | calls the provided functor with the arguments held by one or more variants |notes={{mark c++17}} }}
+
{{dsc tfun|cpp/utility/variant/visit|calls the provided functor with the arguments held by one or more {{tt|variant}}s|notes={{mark c++17}}}}

Latest revision as of 21:59, 6 January 2024

|- class="t-dsc"

|
(C++17)

| calls the provided functor with the arguments held by one or more variants
(function template) |-