Difference between revisions of "Template:cpp/utility/variant/dsc visit"
From cppreference.com
(+) |
Andreas Krug (Talk | contribs) m (fmt) |
||
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 variants|notes={{mark c++17}}}} |
Revision as of 11:09, 3 January 2024
|- class="t-dsc"
|(C++17)
| calls the provided functor with the arguments held by one or more variants
(function template)
|-