BloombergLP::bsltf::getMovedFrom

getMovedFrom overloads

Synopses

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...

Return Value

  • move-from state of object
  • moved-from state of object

Parameters

NameDescription
objectobject whose moved-from state is requested