Registry / utility / boost-icl

boost-icl

JSON →
library1.90.0vcpkgunverified

Boost icl module provides interval container library for efficient interval-based data structures.

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

Basic interval map usage

#include <boost/icl/interval_map.hpp> #include <iostream> int main() { boost::icl::interval_map<int, int> imap; imap += {boost::icl::interval<int>::closed(1, 3), 10}; imap += {boost::icl::interval<int>::closed(4, 6), 20}; for (auto& p : imap) std::cout << p.first << " -> " << p.second << 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
8 hits · last 30 days
node
6
Meta
1
Bingbot
1
Resources

No resource links recorded.

boost-icl — pip install boost-icl · libregistry