BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlcc::ObjectPoolFunctors::Nil< TYPE > Class Template Reference

#include <bdlcc_objectpool.h>

Detailed Description

template<class TYPE>
class bdlcc::ObjectPoolFunctors::Nil< TYPE >

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
 

Member Function Documentation

◆ operator()()

template<class TYPE >
void bdlcc::ObjectPoolFunctors::Nil< TYPE >::operator() ( TYPE *  object) const
inline

Inlined no-op function.


The documentation for this class was generated from the following file: