Trait indicating bsl::list uses bslma allocators when ALLOCATOR allows.
Synopsis
Declared in <bslstl_list.h>
template<
class VALUE,
class ALLOCATOR>
struct UsesBslmaAllocator<bsl::list<VALUE, 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 |