BloombergLP::bsltf::TemplateTestFacility::getMovedFromState

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

NameDescription
objectobject whose moved-from state is requested