Registry / utility / boost-iterator

boost-iterator

JSON →
library1.90.0vcpkgunverified

Boost iterator module provides iterator adaptors and utilities for creating custom iterators.

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

Using Boost.Iterator adaptors (basic example)

#include <boost/iterator/iterator_adaptor.hpp> #include <vector> #include <iostream> int main() { std::vector<int> v = {1,2,3}; auto it = v.begin(); std::cout << *it << std::endl; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-iterator — pip install boost-iterator · libregistry