This explicit specialization is the base case of the recursion, reached when the list of alternatives is exhausted; it derives from bsl::true_type.
Declared in <bslstl_variant.h>
template<>
struct Variant_IsBitwiseMoveableAll<BSLSTL_VARIANT_NOT_A_TYPE>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |