[#BloombergLP-bsltf-CopyMoveState-0e-get] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveState-0e.adoc[CopyMoveState]::get :relfileprefix: ../../../ :mrdocs: Return the copy/move state of the specified `obj`. == Synopsis Declared in `<bsltf_copymovestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static xref:BloombergLP/bsltf/CopyMoveState-0e/Enum.adoc[CopyMoveState::Enum] get(TYPE const& obj); ---- == Description For the specified `obj` return `copyMoveState(obj)`. Note that `getCopyMoveState` is an ADL customization point; if not customized for a specific `TYPE`, a default implementation returning `e_UNKNOWN` is invoked. == Return Value the copy/move state of `obj` == Parameters [cols="1,4"] |=== | Name| Description | *obj* | object whose copy/move state is requested |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#