setCopyMoveState overloads
Synopses
Declared in <bsltf_copymovestate.h>
Set the object at the specified tracker address to state.
void
setCopyMoveState(
CopyMoveTracker* tracker,
CopyMoveState::Enum state);
Set the copy/move state of the object at the specified obj address.
void
setCopyMoveState(
MovableAllocTestType* obj,
CopyMoveState::Enum state);
Do nothing for types that do not customize this ADL point.
void
setCopyMoveState(
void* obj_p,
CopyMoveState::Enum state);
Parameters
Name |
Description |
tracker |
address of the tracker to update |
state |
new copy/move state |
obj |
address of the object whose state is set |
obj_p |
unused; present so the overload matches any object |
Created with MrDocs