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