[#BloombergLP-bsltf-setCopyMoveState-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::setCopyMoveState :relfileprefix: ../../ :mrdocs: Set the copy/move state of the object at the specified `obj` address. == Synopsis Declared in `<bsltf_movablealloctesttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setCopyMoveState( xref:BloombergLP/bsltf/MovableAllocTestType.adoc[MovableAllocTestType]* obj, xref:BloombergLP/bsltf/CopyMoveState-0e/Enum.adoc[CopyMoveState::Enum] state); ---- == Description This function is an ADL customization point used by `CopyMoveState::set(obj, state)`. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | address of the object whose state is set | *state* | new copy/move state |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#