Trait specialization: weak_ptr is bitwise moveable.
Declared in <bslstl_sharedptr.h>
template<class ELEMENT_TYPE>
struct IsBitwiseMoveable<bsl::weak_ptr<ELEMENT_TYPE>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |