[#BloombergLP-bsltf-setMovedInto-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::setMovedInto :relfileprefix: ../../ :mrdocs: `setMovedInto` overloads == Synopses Declared in `<bsltf_movabletesttype.h>` Set the moved‐into state of the specified `object` to the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bsltf/setMovedInto-00.adoc[setMovedInto]( xref:BloombergLP/bsltf/MovableTestType.adoc[MovableTestType]* object, xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] value); ---- [.small]#xref:BloombergLP/bsltf/setMovedInto-00.adoc[_» more..._]# Set the moved‐into state of the specified `object` to the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bsltf/setMovedInto-04.adoc[setMovedInto]( xref:BloombergLP/bsltf/MoveOnlyAllocTestType.adoc[MoveOnlyAllocTestType]* object, xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] value); ---- [.small]#xref:BloombergLP/bsltf/setMovedInto-04.adoc[_» more..._]# Set the moved‐into state of the specified `object` to the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bsltf/setMovedInto-09.adoc[setMovedInto]( xref:BloombergLP/bsltf/WellBehavedMoveOnlyAllocTestType.adoc[WellBehavedMoveOnlyAllocTestType]* object, xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] value); ---- [.small]#xref:BloombergLP/bsltf/setMovedInto-09.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void xref:BloombergLP/bsltf/setMovedInto-0c.adoc[setMovedInto]( TYPE* object, xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] value); ---- [.small]#xref:BloombergLP/bsltf/setMovedInto-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#