Set the object at the specified tracker address to state.
Declared in <bsltf_copymovetracker.h>
void
setCopyMoveState(
CopyMoveTracker* tracker,
CopyMoveState::Enum state);
This function is an ADL customization point used by CopyMoveState::set(obj, state). The behavior is undefined unless CopyMoveState::isValid(state) is true.
| Name | Description |
|---|---|
| tracker | address of the tracker to update |
| state | new copy/move state |