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