Return the moved‐into state of the specified object.
Synopsis
Declared in <bsltf_movestate.h>
template<class TYPE>
bsltf::MoveState::Enum
getMovedInto(TYPE const& object);
Description
The default implementation of this ADL customization point calls CopyMoveState::get and translates the result into the corresponding MoveState::Enum. Note that a customization of this function for a specific type will not be "inherited" by derived classes of that type; new types should customize copyMoveState, not getMovedInto.
DEPRECATED: Use CopyMoveState::isMovedInto or CopyMoveState::get.
Return Value
moved‐into state of object
Parameters
Name |
Description |
object |
object whose moved‐into state is requested |
Created with MrDocs