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