Namespaces
Variants
Views
Actions

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

From cppreference.com
(giving a try to a combined trait + trait_t dsc entry)
m (fmt)
 
Line 1: Line 1:
{{dsc tclass_and_t | cpp/utility/variant/variant_alternative| title=variant_alternative<br>variant_alternative_t| obtains the type of the alternative specified by its index, at compile time |notes={{mark c++17}} }}
+
{{dsc tclass_and_t|cpp/utility/variant/variant_alternative|title=variant_alternative<br>variant_alternative_t|obtains the type of the alternative specified by its index, at compile time|notes={{mark c++17}}}}

Latest revision as of 11:07, 3 January 2024

|- class="t-dsc"

|

| obtains the type of the alternative specified by its index, at compile time
(class template) (alias template) |-