#include <bsltf_movestate.h>
◆ Enum
Enumeration of move state.
| Enumerator |
|---|
| e_NOT_MOVED | |
| e_MOVED | |
| e_UNKNOWN | |
◆ 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:
static const char * toAscii(MoveState::Enum value)
@ e_MOVED
Definition bsltf_movestate.h:122
will print the following on standard output:
- Note
- 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.
The documentation for this struct was generated from the following file: