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