Declared in <bslstp_hashmap.h>
template<
class _Key,
class _Tp,
class _HashFcn,
class _EqualKey,
class _Alloc>
struct UsesBslmaAllocator<bsl::hash_multimap<_Key, _Tp, _HashFcn, _EqualKey, _Alloc>>
: bsl::is_convertible<Allocator*, _Alloc>
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
type | Alias for this integral_constant specialization. |
value_type |
| Name | Description |
|---|---|
operator() | Return a copy of the template argument t_VALUE. |
operator value_type |
| Name |
|---|
value |