Trait indicating bsl::list is bitwise movable when its allocator is.
Declared in <bslstl_list.h>
template<
class VALUE,
class ALLOCATOR>
struct IsBitwiseMoveable<bsl::list<VALUE, ALLOCATOR>>
: BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR>
| Name | Description |
|---|---|
BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR> | This struct template implements a meta-function to determine whether the (template parameter) t_TYPE is bitwise moveable. |