[#BloombergLP-bdlcc-ObjectPoolFunctors-Clear] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectPoolFunctors.adoc[ObjectPoolFunctors]::Clear :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 `clear` upon the provided object. == Synopsis Declared in `<bdlcc_objectpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class Clear; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/ObjectPoolFunctors/Clear/operator_call.adoc[`operator()`] | Inlined call to `object‐>clear()`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#