[#BloombergLP-bsltf-ArgumentType-movedFrom] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/ArgumentType.adoc[ArgumentType]::movedFrom :relfileprefix: ../../../ :mrdocs: Return `MoveState::e_MOVED` if this object was the source of a move construction or move‐assignment operation, `MoveState::e_NOT_MOVED` if it was not the source of a move operation, and `MoveState::e_UNKNOWN` if its copy/move state is not known. Note that converting the result to `bool` will yield `true` if this object was moved from and `false` otherwise. Note also that the value returned by this accessor may change if this object is subsequently the target of an assignment. == Synopsis Declared in `<bsltf_argumenttype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/MoveState/Enum.adoc[MoveState::Enum] movedFrom() const; ---- == Description DEPRECATED: Use `CopyMoveState::isMovedFrom` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#