boost_multi_index

Crates.ioboost_multi_index
lib.rsboost_multi_index
version0.1.0
created_at2025-08-30 02:54:47.843191+00
updated_at2025-08-30 02:54:47.843191+00
descriptionBoost C++ library boost_multi_index packaged using Zanbil
homepage
repositoryhttps://github.com/zanbilify/boost_multi_index
max_upload_size
id1817205
size2,342,311
(HKalbasi)

documentation

README

Boost Multi-index Containers Library

Branch CI Drone status Deps Documentation Enter the Matrix
Branch CI Drone status Deps Documentation Enter the Matrix
BSL 1.0 Header-only library

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.

Learn about Boost.MultiIndex

Install Boost.MultiIndex

  • Download Boost and you're ready to go (this is a header-only library requiring no building).
  • Using Conan 2: In case you don't have it yet, add an entry for Boost in your conanfile.txt (the example requires at least Boost 1.86):
[requires]
boost/[>=1.86.0]
    If you're not using any compiled Boost library, the following will skip building altogether:
[options]
boost:header_only=True
  • Using vcpkg: Execute the command
vcpkg install boost-multi-index

Support

Contribute

Commit count: 748

cargo fmt