BloombergLP::bslmf::IsBitwiseMoveable<bsl::list<VALUE, ALLOCATOR>>

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

NameDescription
BloombergLP::bslmf::IsBitwiseMoveable<ALLOCATOR>This struct template implements a meta-function to determine whether the (template parameter) t_TYPE is bitwise moveable.