2022-01-17 09:09:33 -08:00
|
|
|
= Boost.Unordered
|
|
|
|
:toc: left
|
|
|
|
:toclevels: 3
|
|
|
|
:idprefix:
|
|
|
|
:docinfo: private-footer
|
|
|
|
:source-highlighter: rouge
|
|
|
|
:source-language: c++
|
|
|
|
:nofooter:
|
|
|
|
:sectlinks:
|
|
|
|
|
|
|
|
:leveloffset: +1
|
|
|
|
|
|
|
|
include::unordered/intro.adoc[]
|
|
|
|
include::unordered/buckets.adoc[]
|
|
|
|
include::unordered/hash_equality.adoc[]
|
|
|
|
include::unordered/comparison.adoc[]
|
|
|
|
include::unordered/compliance.adoc[]
|
2022-10-31 19:27:35 +01:00
|
|
|
include::unordered/benchmarks.adoc[]
|
2022-01-17 09:09:33 -08:00
|
|
|
include::unordered/rationale.adoc[]
|
|
|
|
include::unordered/ref.adoc[]
|
|
|
|
include::unordered/changes.adoc[]
|
|
|
|
include::unordered/bibliography.adoc[]
|
|
|
|
include::unordered/copyright.adoc[]
|