Registry / utility / boost-multi-index

boost-multi-index

JSON →
library1.90.0vcpkgunverified

Boost multi_index module

vcpkg install boost-multi-index
INSTALL
IMPORT
SIG · BOOST-MULTI-INDEX
B
boost-multi-index
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/multi_index_container.hpp
#include <boost/multi_index_container.hpp>

Using Boost.MultiIndex container

#include <boost/multi_index_container.hpp> #include <boost/multi_index/ordered_index.hpp> #include <boost/multi_index/identity.hpp> #include <string> struct employee { int id; std::string name; }; using namespace boost::multi_index; typedef multi_index_container< employee, indexed_by< ordered_unique<identity<employee>> > > employee_set; int main() { employee_set es; es.insert({1, "John"}); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

boost-multi-index — pip install boost-multi-index · libregistry