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