Return the copy/move state of the specified obj.
Declared in <bsltf_copymovestate.h>
template<class TYPE>
static
CopyMoveState::Enum
get(TYPE const& obj);
For the specified obj return copyMoveState(obj). Note that getCopyMoveState is an ADL customization point; if not customized for a specific TYPE, a default implementation returning e_UNKNOWN is invoked.
the copy/move state of obj
| Name | Description |
|---|---|
| obj | object whose copy/move state is requested |