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