[#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`. == 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 The default implementation of this ADL customization point calls `CopyMoveState::set` and translates `value` into the corresponding `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`. DEPRECATED: Use `CopyMoveState::set` instead. == Parameters [cols="1,4"] |=== | Name| Description | *object* | object whose moved‐into state is set | *value* | new moved‐into state |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#