[#BloombergLP-bsltf-getMovedInto-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::getMovedInto :relfileprefix: ../../ :mrdocs: Return the moved‐from state of the specified `object` of (template parameter) `TYPE`. The default implementation of this ADL customization point calls `CopyMoveState::get` and translates the result into the correpsonding `MoveState::Enum`. 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 `getMovedInto`. == 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] getMovedInto(TYPE const& object); ---- == Description DEPRECATED: Use `CopyMoveState::isMovedInto` or `CopyMoveState::get`. [.small]#Created with https://www.mrdocs.com[MrDocs]#