Registry / utility / boost-bimap

boost-bimap

JSON →
library1.90.0vcpkgunverified

Boost bimap module provides bidirectional maps.

vcpkg install boost-bimap
INSTALL
IMPORT
SIG · BOOST-BIMAP
B
boost-bimap
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/bimap.hpp
#include <boost/bimap.hpp>

Basic usage of Boost.Bimap

#include <boost/bimap.hpp> #include <iostream> int main() { boost::bimap<int, std::string> bm; bm.insert({1, "one"}); std::cout << bm.left.at(1) << std::endl; 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
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-bimap — pip install boost-bimap · libregistry