[#BloombergLP-bsltf-setMovedInto-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::setMovedInto :relfileprefix: ../../ :mrdocs: Set the moved‐into state of the specified `object` to the specified `value`. The default implementation of this ADL customization point calls `CopyMoveState::set` and translates `value` into the correpsonding `CopyMoveState::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 `setCopyMoveState`, not `setMovedInto`. == Synopsis Declared in `<bsltf_movestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void setMovedInto( TYPE* object, xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] value); ---- == Description DEPRECATED: Use `CopyMoveState::set` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#