This component‐private metafunction provides the implementation of bsl::variant_alternative.
Synopsis
Declared in <bslstl_variant.h>
template<
std::size_t t_INDEX,
class t_HEAD = BSLSTL_VARIANT_NOT_A_TYPE,
class... t_TAIL>
struct Variant_VariantAlternativeImpl
: Variant_VariantAlternativeImpl<t_INDEX ‐ 1, t_TAIL...>
Base Classes
Name |
Description |
|
This component‐private metafunction provides the implementation of |
Specializations
Derived Classes
Name |
Description |
|
This component‐private metafunction provides the implementation of |
Created with MrDocs