[#BloombergLP-bsltf-MoveState] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::MoveState :relfileprefix: ../../ :mrdocs: Namespace for enumerators describing whether a test object was moved. == Synopsis Declared in `<bsltf_movestate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct MoveState; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/MoveState/Enum.adoc[`Enum`] | Enumeration of move state. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/MoveState/toAscii.adoc[`toAscii`] | Return the non‐modifiable string representation corresponding to the specified enumeration `value`, if it exists, and a unique (error) string otherwise. The string representation of `value` matches its corresponding enumerator name with the "e_" prefix elided. For example: ` bsl::cout << MoveState::toAscii(MoveState::e_MOVED); ` will print the following on standard output: ` MOVED ` Note that specifying a `value` that does not match any of the enumerators will result in a string representation that is distinct from any of those corresponding to the enumerators, but is otherwise unspecified. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#