Return the moved-from state of object, or e_UNKNOWN.
Declared in <bsltf_templatetestfacility.h>
template<class TYPE>
static
MoveState::Enum
getMovedFromState(TYPE const& object);
Returns e_UNKNOWN if (template parameter) TYPE does not support such a query.
the moved-from state of object, or e_UNKNOWN
| Name | Description |
|---|---|
| object | object whose moved-from state is requested |