Declared in <bslstl_multiset.h>
template<
class KEY,
class COMPARATOR,
class ALLOCATOR>
struct UsesBslmaAllocator<bsl::multiset<KEY, COMPARATOR, ALLOCATOR>>
: bsl::is_convertible<Allocator*, ALLOCATOR>
| Name | Description |
|---|---|
bsl::is_convertible<Allocator*, ALLOCATOR> | 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 |