[#BloombergLP-bsltf-setCopyMoveState-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::setCopyMoveState :relfileprefix: ../../ :mrdocs: Do nothing for types that do not customize this ADL point. == Synopsis Declared in `<bsltf_copymovestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setCopyMoveState( void* obj_p, xref:BloombergLP/bsltf/CopyMoveState-0e/Enum.adoc[CopyMoveState::Enum] state); ---- == Description Called from `CopyMoveState::set`, this default implementation is called if a customized `setCopyMoveState` is not found via ADL for a specific type. Note that this overload is defined such that, if `setCopyMoveState` is customized for a type, the customization is "inherited" by derived types. == Parameters [cols="1,4"] |=== | Name| Description | *obj_p* | unused; present so the overload matches any object | *state* | unused; present so the signature matches the ADL point |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#