BloombergLP::bslstl::Variant_UsesBslmaAllocatorAny<BSLSTL_VARIANT_NOT_A_TYPE>

This explicit specialization is the base case of the recursion, reached when the list of alternatives is exhausted; it derives from bsl::false_type.

Synopsis

Declared in <bslstl_variant.h>

template<>
struct Variant_UsesBslmaAllocatorAny<BSLSTL_VARIANT_NOT_A_TYPE>
    : bsl::false_type

Base Classes

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.