mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 05:54:29 +02:00
Add Boost.Unordered to Boost.Hash's intro.
[SVN r42530]
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
[def __tr1__
|
[def __tr1__
|
||||||
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf
|
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf
|
||||||
TR1]]
|
TR1]]
|
||||||
|
[def __unordered__ [link unordered Boost.Unordered]]
|
||||||
[def __intrusive__ [link intrusive.unordered_set_unordered_multiset Boost.Intrusive]]
|
[def __intrusive__ [link intrusive.unordered_set_unordered_multiset Boost.Intrusive]]
|
||||||
[def __multi-index__ [@../../libs/multi_index/doc/index.html
|
[def __multi-index__ [@../../libs/multi_index/doc/index.html
|
||||||
Boost Multi-Index Containers Library]]
|
Boost Multi-Index Containers Library]]
|
||||||
@@ -26,7 +27,7 @@
|
|||||||
|
|
||||||
[classref boost::hash] is an implementation of the __hash-function__ object
|
[classref boost::hash] is an implementation of the __hash-function__ object
|
||||||
specified by the __tr1-full__ (TR1). It is the default hash function for
|
specified by the __tr1-full__ (TR1). It is the default hash function for
|
||||||
__intrusive__'s unordered associative containers, and
|
__unordered__, __intrusive__'s unordered associative containers, and
|
||||||
__multi-index-short__'s hash indicies and __bimap__'s `unordered_set_of`.
|
__multi-index-short__'s hash indicies and __bimap__'s `unordered_set_of`.
|
||||||
|
|
||||||
As it is compliant with __tr1__, it will work with:
|
As it is compliant with __tr1__, it will work with:
|
||||||
|
Reference in New Issue
Block a user