#include "mem/forward.h"
#include <utility>
Include dependency graph for PoolingAllocator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PoolingAllocator< Value > |
STL Allocator that uses Squid memory pools for memory management. More... | |
struct | PoolingAllocator< Value >::rebind< OtherValue > |
Functions | |
template<class L , class R > | |
bool | operator== (const PoolingAllocator< L > &, const PoolingAllocator< R > &) noexcept |
template<class L , class R > | |
bool | operator!= (const PoolingAllocator< L > &l, const PoolingAllocator< R > &r) noexcept |
Function Documentation
◆ operator!=()
|
inlinenoexcept |
Definition at line 46 of file PoolingAllocator.h.
◆ operator==()
|
inlinenoexcept |
Definition at line 39 of file PoolingAllocator.h.