[#BloombergLP-bsltf-setMovedInto-06] = 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`. == 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`. [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..._]# == 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]#