getMovedInto overloads
Declared in <bsltf_allocargumenttype.h>
Return the move-into state of the specified object.
MoveState::Enum
getMovedInto(MovableTestType const& object);
» more...
Return the move-into state of the specified object.
MoveState::Enum
getMovedInto(MoveOnlyAllocTestType const& object);
» more...
Return the move-into state of the specified object.
MoveState::Enum
getMovedInto(WellBehavedMoveOnlyAllocTestType const& object);
» more...
Return the moved-into state of the specified object.
template<class TYPE>
bsltf::MoveState::Enum
getMovedInto(TYPE const& object);
» more...
Return the move-into state of the specified object.
template<int N>
MoveState::Enum
getMovedInto(AllocArgumentType<N> const& object);
» more...
objectobject| Name | Description |
|---|---|
| object | object whose moved-into state is requested |