Return true if, for the specified v, CopyMoveState::get(v) includes the e_MOVED_INTO bit but not e_UNKNOWN; otherwise return false.
true
v
CopyMoveState::get(v)
e_MOVED_INTO
e_UNKNOWN
false
Declared in <bsltf_copymovestate.h>
<bsltf_copymovestate.h>
template<class TYPE> static bool isMovedInto(TYPE const& v);