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