BloombergLP::bslma::UsesBslmaAllocator<bsl::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>>

Synopsis

Declared in <bslstp_hashset.h>

template<
    class _Value,
    class _HashFcn,
    class _EqualKey,
    class _Alloc>
struct UsesBslmaAllocator<bsl::hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>>
    : bsl::is_convertible<Allocator*, _Alloc>

Base Classes

NameDescription
bsl::is_convertible<Allocator*, _Alloc>This struct template implements the is_convertible meta-function defined in the C++11 standard to determine whether the (template parameter) t_FROM_TYPE is implicitly convertible to the (template parameter) t_TO_TYPE.

Type Aliases

NameDescription
type Alias for this integral_constant specialization.
value_type

Member Functions

NameDescription
operator() Return a copy of the template argument t_VALUE.
operator value_type

Static Data Members

Name
value