Set the moved-into state of object to the specified value.
Declared in <bsltf_templatetestfacility.h>
template<class TYPE>
static
void
setMovedIntoState(
TYPE* object,
bsltf::MoveState::Enum value);
Has no effect if (template parameter) TYPE does not support move states.
| Name | Description |
|---|---|
| object | object whose moved-into state is set |
| value | moved-into state to assign |