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