[#BloombergLP-bsltf-CopyMoveTracker-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/CopyMoveTracker.adoc[CopyMoveTracker]::CopyMoveTracker :relfileprefix: ../../../ :mrdocs: Create object an object in the `e_MOVED_INTO` state and set the state of `original` to the bitwise OR of its initial state and `e_MOVED_FROM`. This constructor will not participate in overload resolution unless a `DERIVED` is derived from `CopyMoveTracker`; in C++03, therefore, this constructor will simulate automatic derived‐to‐base conversion of rvalue references. == Synopsis Declared in `<bsltf_copymovetracker.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class DERIVED> CopyMoveTracker( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<DERIVED>] original, void* = 0) requires bsl::is_convertible<DERIVED*, CopyMoveTracker*>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#