[#BloombergLP-bsltf-MoveState-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/MoveState.adoc[MoveState]::Enum :relfileprefix: ../../../ :mrdocs: Enumeration of move state. == Synopsis Declared in `<bsltf_movestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_NOT_MOVED` | The type was not involved in a move operation. | `e_MOVED` | The type was involved in a move operation. | `e_UNKNOWN` | The type does not expose move‐state information. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/debugprint-066.adoc[`::BloombergLP::bsltf::debugprint`] | Print the specified `value` as a string. | xref:BloombergLP/bsltf/getMovedFrom-00.adoc[`::BloombergLP::bsltf::getMovedFrom`] | Return the move‐from state of the specified `object`. | xref:BloombergLP/bsltf/getMovedFrom-03.adoc[`::BloombergLP::bsltf::getMovedFrom`] | Return the move‐from state of the specified `object`. | xref:BloombergLP/bsltf/getMovedFrom-04.adoc[`::BloombergLP::bsltf::getMovedFrom`] | Return the move‐from state of the specified `object`. | xref:BloombergLP/bsltf/getMovedFrom-05.adoc[`::BloombergLP::bsltf::getMovedFrom`] | Return the move‐from state of the specified `object`. | xref:BloombergLP/bsltf/getMovedFrom-0f.adoc[`::BloombergLP::bsltf::getMovedFrom`] | 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` (which has been deprecated). 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 `getMovedFrom`. | xref:BloombergLP/bsltf/getMovedInto-03.adoc[`::BloombergLP::bsltf::getMovedInto`] | 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`. | xref:BloombergLP/bsltf/getMovedInto-08.adoc[`::BloombergLP::bsltf::getMovedInto`] | Return the move‐into state of the specified `object`. | xref:BloombergLP/bsltf/getMovedInto-0a.adoc[`::BloombergLP::bsltf::getMovedInto`] | Return the move‐into state of the specified `object`. | xref:BloombergLP/bsltf/getMovedInto-0c.adoc[`::BloombergLP::bsltf::getMovedInto`] | Return the move‐into state of the specified `object`. | xref:BloombergLP/bsltf/getMovedInto-0f.adoc[`::BloombergLP::bsltf::getMovedInto`] | Return the move‐into state of the specified `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#