22 lines
561 B
Markdown
22 lines
561 B
Markdown
[allocator.globals]
|
|
|
|
# 20 Memory management library [[mem]](./#mem)
|
|
|
|
## 20.2 Memory [[memory]](memory#allocator.globals)
|
|
|
|
### 20.2.10 The default allocator [[default.allocator]](default.allocator#allocator.globals)
|
|
|
|
#### 20.2.10.3 Operators [allocator.globals]
|
|
|
|
[ð](#lib:operator==,allocator)
|
|
|
|
`template<class T, class U>
|
|
constexpr bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
|
|
`
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/memory.tex#L2104)
|
|
|
|
*Returns*: true[.](#1.sentence-1)
|