libstdc++
|
Go to the source code of this file.
Classes | |
class | std::allocator< _Tp > |
The standard allocator, as per [20.4]. More... | |
class | std::allocator< void > |
allocator<void> specialization. More... | |
Namespaces | |
namespace | std |
Functions | |
template<typename _T1 , typename _T2 > | |
bool | std::operator!= (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
template<typename _Tp > | |
bool | std::operator!= (const allocator< _Tp > &, const allocator< _Tp > &) noexcept |
template<typename _T1 , typename _T2 > | |
bool | std::operator== (const allocator< _T1 > &, const allocator< _T2 > &) noexcept |
template<typename _Tp > | |
bool | std::operator== (const allocator< _Tp > &, const allocator< _Tp > &) noexcept |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <memory>.
Definition in file allocator.h.