Registry / utility / boost-range

boost-range

JSON →
library1.90.0vcpkgunverified

Boost range module

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

Use Boost.Range adaptors to filter even numbers

#include <boost/range/adaptors.hpp> #include <vector> #include <iostream> int main() { std::vector<int> v = {1,2,3,4,5}; for (int x : v | boost::adaptors::filtered([](int i){ return i%2==0; })) std::cout << x << " "; 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
Amazon
1
Resources

No resource links recorded.

boost-range — pip install boost-range · libregistry