BloombergLP::bsltf::getMovedInto

getMovedInto overloads

Synopses

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

Return Value

  • move-into state of object
  • moved-into state of object

Parameters

NameDescription
objectobject whose moved-into state is requested