Create a DegenerateFunctor wrapping a copy of the specified base.
Declared in <bsltf_degeneratefunctor.h>
static
DegenerateFunctor<FUNCTOR, ENABLE_SWAP>
cloneBaseObject(FUNCTOR const& base);
Note that this method is supplied so that the only publicly accessible constructor is the copy constructor.
a DegenerateFunctor wrapping a copy of base
| Name | Description |
|---|---|
| base | functor object to wrap |