diff --git a/doc/future_work.html b/doc/future_work.html index bf4046d..b38e1d3 100644 --- a/doc/future_work.html +++ b/doc/future_work.html @@ -37,26 +37,12 @@ principle driving the current internal design of multi_index_containerContents -

Ranked indices

- -

-Ordered indices are implemented using red-black trees; these trees -can be augmented with additional information to obtain a type -of data structure called -order-statistics -trees, allowing for logarithmic search of the n-th element. It -has been proposed that order-statistics trees be used to devise a new type of -ranked indices that support operator[] while retaining -the functionality of ordered indices. -

-

Notifying indices

@@ -200,9 +186,9 @@ Release notes
-

Revised July 6th 2013

+

Revised April 19th 2015

-

© Copyright 2003-2013 Joaquín M López Muñoz. +

© Copyright 2003-2015 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/index.html b/doc/index.html index 4e89487..b86dca5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,12 +31,13 @@ borrowed from relational database terminology and allows for the specification o complex data structures in the spirit of multiply indexed relational tables where simple sets and maps are not enough. A wide selection of indices is provided, modeled after analogous STL containers like std::set, -std::list and hashed sets. +std::list and std::unordered_set.

Boost.MultiIndex features additional functionalities, like subobject searching, -range querying and in-place updating of elements, which make it a convenient replacement +range querying, in-place updating of elements and calculation of ranks, +which make it a convenient replacement for std::set and set::multiset even when no multi-indexing capabilities are needed.

@@ -85,9 +86,9 @@ Tutorial
-

Revised November 30th 2013

+

Revised April 19th 2015

-

© Copyright 2003-2013 Joaquín M López Muñoz. +

© Copyright 2003-2015 Joaquín M López Muñoz. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/reference/hash_indices.html b/doc/reference/hash_indices.html index c4d127a..bfff9ca 100644 --- a/doc/reference/hash_indices.html +++ b/doc/reference/hash_indices.html @@ -15,8 +15,8 @@

boost.png (6897 bytes)Boost.MultiIndex Hashed indices reference

-