[#BloombergLP-bsltf-getMovedInto-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::getMovedInto :relfileprefix: ../../ :mrdocs: `getMovedInto` overloads == Synopses Declared in `<bsltf_allocargumenttype.h>` Return the move‐into state of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] xref:BloombergLP/bsltf/getMovedInto-0c.adoc[getMovedInto](xref:BloombergLP/bsltf/MovableTestType.adoc[MovableTestType] const& object); ---- [.small]#xref:BloombergLP/bsltf/getMovedInto-0c.adoc[_» more..._]# Return the move‐into state of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] xref:BloombergLP/bsltf/getMovedInto-0f.adoc[getMovedInto](xref:BloombergLP/bsltf/MoveOnlyAllocTestType.adoc[MoveOnlyAllocTestType] const& object); ---- [.small]#xref:BloombergLP/bsltf/getMovedInto-0f.adoc[_» more..._]# Return the move‐into state of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] xref:BloombergLP/bsltf/getMovedInto-08.adoc[getMovedInto](xref:BloombergLP/bsltf/WellBehavedMoveOnlyAllocTestType.adoc[WellBehavedMoveOnlyAllocTestType] const& object); ---- [.small]#xref:BloombergLP/bsltf/getMovedInto-08.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bsltf/MoveState/Enum.adoc[bsltf::MoveState::Enum] xref:BloombergLP/bsltf/getMovedInto-03.adoc[getMovedInto](TYPE const& object); ---- [.small]#xref:BloombergLP/bsltf/getMovedInto-03.adoc[_» more..._]# Return the move‐into state of the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int N> xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] xref:BloombergLP/bsltf/getMovedInto-0a.adoc[getMovedInto](xref:BloombergLP/bsltf/AllocArgumentType.adoc[AllocArgumentType<N>] const& object); ---- [.small]#xref:BloombergLP/bsltf/getMovedInto-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#