Return true if, for the specified v, CopyMoveState::get(v) includes the e_COPIED_CONST_INTO bits but not e_UNKNOWN.
Declared in <bsltf_copymovestate.h>
template<class TYPE>
static
bool
isCopiedConstInto(TYPE const& v);
true if get(v) includes e_COPIED_CONST_INTO but not e_UNKNOWN
| Name | Description |
|---|---|
| v | object whose copy/move state is tested |