Return the copy/move state of the specified obj.

Synopsis

Declared in <bsltf_movablealloctesttype.h>

CopyMoveState::Enum
copyMoveState(MovableAllocTestType const& obj);

Description

This function is an ADL customization point used by CopyMoveState::get(obj).

Return Value

the copy/move state of obj

Parameters

Name

Description

obj

object whose copy/move state is requested

Created with MrDocs