[#BloombergLP-bdlcc-ObjectPoolFunctors-Reset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPoolFunctors.adoc[ObjectPoolFunctors]::Reset :relfileprefix: ../../../ :mrdocs: This fully‐inlined class, suitable as the `RESETTER` parameter type for `ObjectPool`, is a functor taking a pointer to the parameterized `TYPE` argument, and can be invoked as: `void(_)(TYPE_)`. It calls `reset` upon the provided object. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class Reset; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/ObjectPoolFunctors/Reset/operator_call.adoc[`operator()`] | Inlined call to `object‐>reset()`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#