BloombergLP::bdlcc::ObjectPoolFunctors::Nil

No-op resetter functor for ObjectPool.

Synopsis

Declared in <bdlcc_objectpool.h>

template<class TYPE>
class Nil;

Description

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.

Member Functions

NameDescription
operator() Inlined no-op function.