BDE 4.14.0 Production release
|
#include <bdlcc_objectpool.h>
Public Member Functions | |
ObjectPool_CreatorConverter (const TYPE &creator) | |
const TYPE & | creator () const |
The purpose of this private class is to avoid ambiguity between different template instantiations of bsl::function
accepted by the constructors of ObjectPool
. It should not be used directly.
This version of the converter ignores the parameterized OTHERTYPE
. It requires a reference to an object of the parameterized TYPE
in its constructor.
See bdlcc_objectpool
|
inline |
|
inline |