Trait indicating bsl::set uses bslma allocators when ALLOCATOR allows.
Declared in <bslstl_set.h>
template<
class KEY,
class COMPARATOR,
class ALLOCATOR>
struct UsesBslmaAllocator<bsl::set<KEY, COMPARATOR, ALLOCATOR>>
: bsl::is_convertible<Allocator*, ALLOCATOR>
| Name | Description |
|---|---|
bsl::is_convertible<Allocator*, ALLOCATOR> | Meta-function for detecting implicit convertibility between types. |
| Name | Description |
|---|---|
type | Alias for this integral_constant specialization. |
value_type | Alias for the (template parameter) t_TYPE. |
| Name | Description |
|---|---|
operator() | Return a copy of the template argument t_VALUE. |
operator t_TYPE | Return a copy of the template argument t_VALUE. |
| Name | Description |
|---|---|
value | The compile-time constant value of this metafunction. |