|
trantor
Non-blocking I/O cross-platform TCP network library, using C++14
|
This class template represents a object pool. More...
#include <trantor/utils/ObjectPool.h>


Public Member Functions | |
| std::shared_ptr< T > | getObject () |
Additional Inherited Members | |
| Protected Member Functions inherited from trantor::NonCopyable | |
| NonCopyable (const NonCopyable &)=delete | |
| NonCopyable & | operator= (const NonCopyable &)=delete |
| NonCopyable (NonCopyable &&) noexcept(true)=default | |
| NonCopyable & | operator= (NonCopyable &&) noexcept(true)=default |
This class template represents a object pool.
| T |