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

Synopsis

Declared in <bsltf_copymovestate.h>

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

Return Value

true if get(v) includes e_MOVED_FROM but not e_UNKNOWN, else false

Parameters

Name

Description

v

object whose copy/move state is tested

Created with MrDocs