BloombergLP::bsltf::CopyMoveState::isUnknown

Return true if, for the specified v, CopyMoveState::get(v) includes the e_UNKNOWN bit; otherwise return false.

Synopsis

Declared in <bsltf_copymovestate.h>

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

Return Value

true if get(v) includes e_UNKNOWN, else false

Parameters

NameDescription
vobject whose copy/move state is tested