BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::variant_alternative< t_INDEX, t_TYPE > Struct Template Reference

Detailed Description

template<size_t t_INDEX, class t_TYPE>
struct bsl::variant_alternative< t_INDEX, t_TYPE >

This metafunction calculates the type of the alternative whose index is (template parameter) t_INDEX in the possibly cv-qualified bsl::variant type of (template parameter) t_TYPE. If t_TYPE is cv-qualified, its cv-qualifiers are applied to the alternative.


The documentation for this struct was generated from the following file: