Trait indicating bsl::list is bitwise movable when its allocator is.
Synopsis
Declared in <bslstl_list.h>
template<
class VALUE,
class ALLOCATOR>
struct IsBitwiseMoveable<bsl::list<VALUE, ALLOCATOR>>
: BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR>
Base Classes
Name |
Description |
This |
Created with MrDocs