Synopsis
Declared in <bslstl_variant.h>
template<
class t_TYPE,
class t_HEAD,
class... t_TAIL>
struct Variant_TypeToIndex<t_TYPE, bsl::variant<t_HEAD, t_TAIL...>>
: Variant_TypeToIndexImpl<0, t_TYPE, t_HEAD, t_TAIL...>
Base Classes
Name |
Description |
This component‐private metafunction provides implementation for |
Created with MrDocs