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
Name |
Description |
This |
Created with MrDocs