Trait indicating bsl::set uses bslma allocators when ALLOCATOR allows.
Synopsis
Declared in <bslstl_set.h>
template<
class KEY,
class COMPARATOR,
class ALLOCATOR>
struct UsesBslmaAllocator<bsl::set<KEY, COMPARATOR, ALLOCATOR>>
: bsl::is_convertible<Allocator*, ALLOCATOR>
Base Classes
Name |
Description |
Meta‐function for detecting implicit convertibility between types. |
Type Aliases
Name |
Description |
Alias for this |
|
Alias for the (template parameter) |
Member Functions
Name |
Description |
Return a copy of the template argument |
|
Return a copy of the template argument |