BloombergLP::bsltf::CopyMoveState::isCopiedNonconstInto

Return true if, for the specified v, CopyMoveState::get(v) includes the e_COPIED_NONCONST_INTO bits but not e_UNKNOWN.

Synopsis

Declared in <bsltf_copymovestate.h>

template<class TYPE>
static
bool
isCopiedNonconstInto(TYPE const& v);

Return Value

true if get(v) includes e_COPIED_NONCONST_INTO but not e_UNKNOWN

Parameters

NameDescription
vobject whose copy/move state is tested