Create a DegenerateFunctor having the same value as the specified original, and leave original in an unspecified (but valid) state.

Synopsis

Declared in <bsltf_degeneratefunctor.h>

DegenerateFunctor(bslmf::MovableRef<DegenerateFunctor> original);

Parameters

Name

Description

original

object providing the value to move from

Created with MrDocs