Trait indicating bsl::vector is bitwise movable when its allocator is.
Declared in <bslstl_vector.h>
template<
class VALUE_TYPE,
class ALLOCATOR>
struct IsBitwiseMoveable<bsl::vector<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. |