logo
  • Contact
  • Scribbles
  • Articles

Showing 1 article with tag c++11
  • 2015-05-16

    C++11 Smart Object-Pool with RAII style return to pool

    SmartObjectPool: A RAII-style implementation of the object pool pattern that uses smart pointers to automatically return acquired objects to the pool upon deletion.

    c++ c++11 development