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