Derive from bsl::false_type when there is no unique best match.
Declared in <bslstl_variant.h>
template<
class t_VARIANT,
class t_TYPE>
struct Variant_IsAlternativeConstructibleFrom<t_VARIANT, t_TYPE, bsl::variant_npos>
: bsl::false_type
This partial specialization of Variant_IsAlternativeConstructibleFrom derives from bsl::false_type when there is no unique best match alternative (i.e., t_INDEX is bsl::variant_npos).
| Name | Description |
|---|---|
bsl::false_type | Metafunction representing the boolean constant false. |