BloombergLP::bsltf::setMovedInto

Set the moved-into state of the specified object to the specified value.

Synopses

Declared in <bsltf_movabletesttype.h>

Set the moved-into state of the specified object to the specified value.

void
setMovedInto(
    MovableTestType* object,
    MoveState::Enum value);
» more...

Set the moved-into state of the specified object to the specified value.

void
setMovedInto(
    MoveOnlyAllocTestType* object,
    MoveState::Enum value);
» more...

Set the moved-into state of the specified object to the specified value.

void
setMovedInto(
    WellBehavedMoveOnlyAllocTestType* object,
    MoveState::Enum value);
» more...

Set the moved-into state of the specified object to the specified value.

template<class TYPE>
void
setMovedInto(
    TYPE* object,
    MoveState::Enum value);
» more...

Parameters

NameDescription
objectobject whose moved-into state is set
valuenew moved-into state