[#BloombergLP-bsltf-getMovedFrom-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::getMovedFrom :relfileprefix: ../../ :mrdocs: Return the moved‐from state of the specified `object`. == Synopsis Declared in `<bsltf_movestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bsltf/MoveState/Enum.adoc[bsltf::MoveState::Enum] getMovedFrom(TYPE const& object); ---- == Description The default implementation of this ADL customization point calls `CopyMoveState::get` and translates the result into the corresponding `MoveState::Enum` (which has been deprecated). Note that a customization of this function for a specific type will not be "inherited" by derived classes of that type; new types should customize `copyMoveState`, not `getMovedFrom`. DEPRECATED: Use `CopyMoveState::isMovedFrom` or `CopyMoveState::get`. == Return Value moved‐from state of `object` == Parameters [cols="1,4"] |=== | Name| Description | *object* | object whose moved‐from state is requested |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#