Init
This commit is contained in:
21
cppdraft/allocator/globals.md
Normal file
21
cppdraft/allocator/globals.md
Normal file
@@ -0,0 +1,21 @@
|
||||
[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)
|
||||
Reference in New Issue
Block a user