BloombergLP::bslmf::IsBitwiseMoveable<bsl::deque<VALUE_TYPE, ALLOCATOR>>

Trait indicating deque is bitwise-moveable when its allocator is.

Synopsis

Declared in <bslstl_deque.h>

template<
    class VALUE_TYPE,
    class ALLOCATOR>
struct IsBitwiseMoveable<bsl::deque<VALUE_TYPE, ALLOCATOR>>
    : IsBitwiseMoveable<ALLOCATOR>

Base Classes

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