tmp/tmp8h6hnt0x/{from.md → to.md}
RENAMED
|
@@ -16,5 +16,146 @@ otherwise
|
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_allocator()
|
| 19 |
```
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_allocator()
|
| 19 |
```
|
| 20 |
|
| 21 |
+
<!-- Link reference definitions -->
|
| 22 |
+
[alg.sorting]: algorithms.md#alg.sorting
|
| 23 |
+
[allocator.adaptor]: #allocator.adaptor
|
| 24 |
+
[allocator.adaptor.cnstr]: #allocator.adaptor.cnstr
|
| 25 |
+
[allocator.adaptor.members]: #allocator.adaptor.members
|
| 26 |
+
[allocator.adaptor.syn]: #allocator.adaptor.syn
|
| 27 |
+
[allocator.adaptor.types]: #allocator.adaptor.types
|
| 28 |
+
[allocator.globals]: #allocator.globals
|
| 29 |
+
[allocator.members]: #allocator.members
|
| 30 |
+
[allocator.requirements.completeness]: library.md#allocator.requirements.completeness
|
| 31 |
+
[allocator.requirements.general]: library.md#allocator.requirements.general
|
| 32 |
+
[allocator.tag]: #allocator.tag
|
| 33 |
+
[allocator.traits]: #allocator.traits
|
| 34 |
+
[allocator.traits.general]: #allocator.traits.general
|
| 35 |
+
[allocator.traits.members]: #allocator.traits.members
|
| 36 |
+
[allocator.traits.other]: #allocator.traits.other
|
| 37 |
+
[allocator.traits.types]: #allocator.traits.types
|
| 38 |
+
[allocator.uses]: #allocator.uses
|
| 39 |
+
[allocator.uses.construction]: #allocator.uses.construction
|
| 40 |
+
[allocator.uses.trait]: #allocator.uses.trait
|
| 41 |
+
[basic.align]: basic.md#basic.align
|
| 42 |
+
[basic.compound]: basic.md#basic.compound
|
| 43 |
+
[basic.stc.dynamic.allocation]: basic.md#basic.stc.dynamic.allocation
|
| 44 |
+
[basic.types.general]: basic.md#basic.types.general
|
| 45 |
+
[bit.cast]: utilities.md#bit.cast
|
| 46 |
+
[c.malloc]: #c.malloc
|
| 47 |
+
[conv.qual]: expr.md#conv.qual
|
| 48 |
+
[cpp17.defaultconstructible]: #cpp17.defaultconstructible
|
| 49 |
+
[cpp17.destructible]: #cpp17.destructible
|
| 50 |
+
[cpp17.moveassignable]: #cpp17.moveassignable
|
| 51 |
+
[cpp17.moveconstructible]: #cpp17.moveconstructible
|
| 52 |
+
[cpp17.nullablepointer]: #cpp17.nullablepointer
|
| 53 |
+
[default.allocator]: #default.allocator
|
| 54 |
+
[default.allocator.general]: #default.allocator.general
|
| 55 |
+
[defns.const.subexpr]: intro.md#defns.const.subexpr
|
| 56 |
+
[expr.eq]: expr.md#expr.eq
|
| 57 |
+
[function.objects]: utilities.md#function.objects
|
| 58 |
+
[inout.ptr]: #inout.ptr
|
| 59 |
+
[inout.ptr.t]: #inout.ptr.t
|
| 60 |
+
[intro.multithread]: basic.md#intro.multithread
|
| 61 |
+
[intro.object]: basic.md#intro.object
|
| 62 |
+
[intro.races]: basic.md#intro.races
|
| 63 |
+
[mem]: #mem
|
| 64 |
+
[mem.general]: #mem.general
|
| 65 |
+
[mem.poly.allocator.class]: #mem.poly.allocator.class
|
| 66 |
+
[mem.poly.allocator.class.general]: #mem.poly.allocator.class.general
|
| 67 |
+
[mem.poly.allocator.ctor]: #mem.poly.allocator.ctor
|
| 68 |
+
[mem.poly.allocator.eq]: #mem.poly.allocator.eq
|
| 69 |
+
[mem.poly.allocator.mem]: #mem.poly.allocator.mem
|
| 70 |
+
[mem.res]: #mem.res
|
| 71 |
+
[mem.res.class]: #mem.res.class
|
| 72 |
+
[mem.res.class.general]: #mem.res.class.general
|
| 73 |
+
[mem.res.eq]: #mem.res.eq
|
| 74 |
+
[mem.res.global]: #mem.res.global
|
| 75 |
+
[mem.res.monotonic.buffer]: #mem.res.monotonic.buffer
|
| 76 |
+
[mem.res.monotonic.buffer.ctor]: #mem.res.monotonic.buffer.ctor
|
| 77 |
+
[mem.res.monotonic.buffer.general]: #mem.res.monotonic.buffer.general
|
| 78 |
+
[mem.res.monotonic.buffer.mem]: #mem.res.monotonic.buffer.mem
|
| 79 |
+
[mem.res.pool]: #mem.res.pool
|
| 80 |
+
[mem.res.pool.ctor]: #mem.res.pool.ctor
|
| 81 |
+
[mem.res.pool.mem]: #mem.res.pool.mem
|
| 82 |
+
[mem.res.pool.options]: #mem.res.pool.options
|
| 83 |
+
[mem.res.pool.overview]: #mem.res.pool.overview
|
| 84 |
+
[mem.res.private]: #mem.res.private
|
| 85 |
+
[mem.res.public]: #mem.res.public
|
| 86 |
+
[mem.res.syn]: #mem.res.syn
|
| 87 |
+
[mem.summary]: #mem.summary
|
| 88 |
+
[memory]: #memory
|
| 89 |
+
[memory.general]: #memory.general
|
| 90 |
+
[memory.syn]: #memory.syn
|
| 91 |
+
[meta.rqmts]: meta.md#meta.rqmts
|
| 92 |
+
[new.delete]: support.md#new.delete
|
| 93 |
+
[obj.lifetime]: #obj.lifetime
|
| 94 |
+
[out.ptr]: #out.ptr
|
| 95 |
+
[out.ptr.t]: #out.ptr.t
|
| 96 |
+
[pointer.conversion]: #pointer.conversion
|
| 97 |
+
[pointer.traits]: #pointer.traits
|
| 98 |
+
[pointer.traits.functions]: #pointer.traits.functions
|
| 99 |
+
[pointer.traits.general]: #pointer.traits.general
|
| 100 |
+
[pointer.traits.optmem]: #pointer.traits.optmem
|
| 101 |
+
[pointer.traits.types]: #pointer.traits.types
|
| 102 |
+
[ptr.align]: #ptr.align
|
| 103 |
+
[scoped.adaptor.operators]: #scoped.adaptor.operators
|
| 104 |
+
[smartptr]: #smartptr
|
| 105 |
+
[smartptr.adapt]: #smartptr.adapt
|
| 106 |
+
[specialized.addressof]: #specialized.addressof
|
| 107 |
+
[specialized.algorithms]: algorithms.md#specialized.algorithms
|
| 108 |
+
[stmt.dcl]: stmt.md#stmt.dcl
|
| 109 |
+
[swappable.requirements]: library.md#swappable.requirements
|
| 110 |
+
[temp.deduct]: temp.md#temp.deduct
|
| 111 |
+
[term.incomplete.type]: basic.md#term.incomplete.type
|
| 112 |
+
[tuple]: utilities.md#tuple
|
| 113 |
+
[unique.ptr]: #unique.ptr
|
| 114 |
+
[unique.ptr.create]: #unique.ptr.create
|
| 115 |
+
[unique.ptr.dltr]: #unique.ptr.dltr
|
| 116 |
+
[unique.ptr.dltr.dflt]: #unique.ptr.dltr.dflt
|
| 117 |
+
[unique.ptr.dltr.dflt1]: #unique.ptr.dltr.dflt1
|
| 118 |
+
[unique.ptr.dltr.general]: #unique.ptr.dltr.general
|
| 119 |
+
[unique.ptr.general]: #unique.ptr.general
|
| 120 |
+
[unique.ptr.io]: #unique.ptr.io
|
| 121 |
+
[unique.ptr.runtime]: #unique.ptr.runtime
|
| 122 |
+
[unique.ptr.runtime.asgn]: #unique.ptr.runtime.asgn
|
| 123 |
+
[unique.ptr.runtime.ctor]: #unique.ptr.runtime.ctor
|
| 124 |
+
[unique.ptr.runtime.general]: #unique.ptr.runtime.general
|
| 125 |
+
[unique.ptr.runtime.modifiers]: #unique.ptr.runtime.modifiers
|
| 126 |
+
[unique.ptr.runtime.observers]: #unique.ptr.runtime.observers
|
| 127 |
+
[unique.ptr.single]: #unique.ptr.single
|
| 128 |
+
[unique.ptr.single.asgn]: #unique.ptr.single.asgn
|
| 129 |
+
[unique.ptr.single.ctor]: #unique.ptr.single.ctor
|
| 130 |
+
[unique.ptr.single.dtor]: #unique.ptr.single.dtor
|
| 131 |
+
[unique.ptr.single.general]: #unique.ptr.single.general
|
| 132 |
+
[unique.ptr.single.modifiers]: #unique.ptr.single.modifiers
|
| 133 |
+
[unique.ptr.single.observers]: #unique.ptr.single.observers
|
| 134 |
+
[unique.ptr.special]: #unique.ptr.special
|
| 135 |
+
[unord.hash]: utilities.md#unord.hash
|
| 136 |
+
[util.sharedptr]: #util.sharedptr
|
| 137 |
+
[util.smartptr.enab]: #util.smartptr.enab
|
| 138 |
+
[util.smartptr.getdeleter]: #util.smartptr.getdeleter
|
| 139 |
+
[util.smartptr.hash]: #util.smartptr.hash
|
| 140 |
+
[util.smartptr.ownerless]: #util.smartptr.ownerless
|
| 141 |
+
[util.smartptr.shared]: #util.smartptr.shared
|
| 142 |
+
[util.smartptr.shared.assign]: #util.smartptr.shared.assign
|
| 143 |
+
[util.smartptr.shared.cast]: #util.smartptr.shared.cast
|
| 144 |
+
[util.smartptr.shared.cmp]: #util.smartptr.shared.cmp
|
| 145 |
+
[util.smartptr.shared.const]: #util.smartptr.shared.const
|
| 146 |
+
[util.smartptr.shared.create]: #util.smartptr.shared.create
|
| 147 |
+
[util.smartptr.shared.dest]: #util.smartptr.shared.dest
|
| 148 |
+
[util.smartptr.shared.general]: #util.smartptr.shared.general
|
| 149 |
+
[util.smartptr.shared.io]: #util.smartptr.shared.io
|
| 150 |
+
[util.smartptr.shared.mod]: #util.smartptr.shared.mod
|
| 151 |
+
[util.smartptr.shared.obs]: #util.smartptr.shared.obs
|
| 152 |
+
[util.smartptr.shared.spec]: #util.smartptr.shared.spec
|
| 153 |
+
[util.smartptr.weak]: #util.smartptr.weak
|
| 154 |
+
[util.smartptr.weak.assign]: #util.smartptr.weak.assign
|
| 155 |
+
[util.smartptr.weak.bad]: #util.smartptr.weak.bad
|
| 156 |
+
[util.smartptr.weak.const]: #util.smartptr.weak.const
|
| 157 |
+
[util.smartptr.weak.dest]: #util.smartptr.weak.dest
|
| 158 |
+
[util.smartptr.weak.general]: #util.smartptr.weak.general
|
| 159 |
+
[util.smartptr.weak.mod]: #util.smartptr.weak.mod
|
| 160 |
+
[util.smartptr.weak.obs]: #util.smartptr.weak.obs
|
| 161 |
+
[util.smartptr.weak.spec]: #util.smartptr.weak.spec
|