Set the object at the specified tracker address to the specified state. This function is an ADL customization point used by CopyMoveState::set(obj, state). The behavior is undefined unless CopyMoveState::isValid(state) is true.

Synopsis

Declared in <bsltf_copymovetracker.h>

void
setCopyMoveState(
    CopyMoveTracker* tracker,
    CopyMoveState::Enum state);

Created with MrDocs