|
BDE 4.39.x Production Release
|
#include <bdlcc_objectpool.h>
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.
See bdlcc_objectpool
Public Member Functions | |
| void | operator() (TYPE *object) const |
|
inline |
Inlined no-op function.