]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/multi_index/README.md
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / multi_index / README.md
1 # Boost Multi-index Containers Library
2
3 Branch | Travis | AppVeyor | Regression tests
4 ---------|--------|----------|-----------------
5 develop | [![Build Status](https://travis-ci.com/boostorg/multi_index.svg?branch=develop)](https://travis-ci.com/boostorg/multi_index) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/multi_index?branch=develop&svg=true)](https://ci.appveyor.com/project/joaquintides/multi-index) | [![Test Results](./test_results.svg)](https://www.boost.org/development/tests/develop/developer/multi_index.html)
6 master | [![Build Status](https://travis-ci.com/boostorg/multi_index.svg?branch=master)](https://travis-ci.com/boostorg/multi_index) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/multi_index?branch=master&svg=true)](https://ci.appveyor.com/project/joaquintides/multi-index) | [![Test Results](./test_results.svg)](https://www.boost.org/development/tests/master/developer/multi_index.html)
7
8 [Boost.MultiIndex](http://boost.org/libs/multi_index) provides a class template
9 named `multi_index_container` which enables the construction of containers
10 maintaining one or more indices with different sorting and access semantics.