BloombergLP::bsltf::TemplateTestFacility::getMovedIntoState

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

NameDescription
objectobject whose moved-into state is requested