#include <ders/config.hpp>
#include <ders/mem_pool.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Classes | |
class | ders::stl_allocator< T > |
STL-compatible allocator that uses mem_pool object for memory management. More... | |
struct | ders::stl_allocator< T >::rebind< U > |
typedef template required by STL More... | |
Functions | |
template<class T, class U> | |
bool | ders::operator== (const stl_allocator< T > &at, const stl_allocator< U > &au) |
template<class T, class U> | |
bool | ders::operator!= (const stl_allocator< T > &at, const stl_allocator< U > &au) |
Definition in file stl_alloc.hpp.