Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.drone/ | 25-Apr-2025 | - | 51 | 26 | ||
doc/ | 25-Apr-2025 | - | 55 | 50 | ||
example/ | 25-Apr-2025 | - | 2,173 | 1,381 | ||
include/boost/ | 25-Apr-2025 | - | 20,321 | 15,228 | ||
meta/ | 25-Apr-2025 | - | 17 | 16 | ||
perf/ | 25-Apr-2025 | - | 561 | 403 | ||
test/ | 25-Apr-2025 | - | 7,882 | 5,689 | ||
.drone.star | D | 25-Apr-2025 | 8.5 KiB | 48 | 44 | |
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 7.1 KiB | 275 | 260 | |
README.md | D | 25-Apr-2025 | 1.5 KiB | 11 | 8 | |
appveyor.yml | D | 25-Apr-2025 | 1 KiB | 37 | 25 | |
test_results.svg | D | 25-Apr-2025 | 3 KiB | 26 | 26 |
README.md
1# Boost Multi-index Containers Library 2 3Branch | Travis | Drone | AppVeyor | Regression tests 4---------|--------|-------|----------|----------------- 5develop | [](https://travis-ci.com/boostorg/multi_index) | [](https://drone.cpp.al/boostorg/multi_index) | [](https://ci.appveyor.com/project/joaquintides/multi-index) | [](https://www.boost.org/development/tests/develop/developer/multi_index.html) 6master | [](https://travis-ci.com/boostorg/multi_index) | [](https://drone.cpp.al/boostorg/multi_index) | [](https://ci.appveyor.com/project/joaquintides/multi-index) | [](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 9named `multi_index_container` which enables the construction of containers 10maintaining one or more indices with different sorting and access semantics. 11