Boost.org multi_index module
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
joaquintides 343cb4c6f3 fixed container size serialization in LLP64 3 weeks ago
.drone remove TRAVIS_OS_NAME from drone script [ci skip] 2 years ago
.github/workflows chore: bump macos runner version (#62) 10 months ago
doc fixed container size serialization in LLP64 3 weeks ago
example updated (C) year 12 months ago
include/boost fixed container size serialization in LLP64 3 weeks ago
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2 years ago
perf copied content from develop after wrongly made merge 10 years ago
test removed unneeded typename 3 weeks ago
.drone.star reversed previous trivial change 2 years ago
.gitattributes initial commit 19 years ago
.travis.yml reverted Travis to Trusty (current default is Xenial) 4 years ago
CMakeLists.txt removed dependency from serialization 2 months ago
README.md Update README.md 2 years ago
appveyor.yml implemented merge operations (#49) 2 years ago
index.html added copyright and license 19 years ago
test_results.svg flattened out nested SVG 4 years ago

README.md

Boost Multi-index Containers Library

Branch Travis Drone GitHub Actions AppVeyor Regression tests
develop Build Status Build Status Build Status Build Status Test Results
master Build Status Build Status Build Status Build Status Test Results

Boost.MultiIndex provides a class template named multi_index_container which enables the construction of containers maintaining one or more indices with different sorting and access semantics.