Set the copy/move state of the object at the specified obj address.
Declared in <bsltf_movablealloctesttype.h>
void
setCopyMoveState(
MovableAllocTestType* obj,
CopyMoveState::Enum state);
This function is an ADL customization point used by CopyMoveState::set(obj, state).
| Name | Description |
|---|---|
| obj | address of the object whose state is set |
| state | new copy/move state |