Registry / utility / cmcstl2

cmcstl2

JSON →
library2019-07-20vcpkgunverified

An implementation of C++ Extensions for Ranges

vcpkg install cmcstl2
INSTALL
IMPORT
SIG · CMCSTL2
C
cmcstl2
utilitycppv2019-07-20
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.

stl2/ranges.hpp
#include <stl2/ranges.hpp>

Filter even numbers using ranges

#include <stl2/ranges.hpp> #include <iostream> #include <vector> int main() { std::vector<int> v = {1, 2, 3, 4, 5}; auto r = v | ranges::views::filter([](int i) { return i % 2 == 0; }); for (int i : r) std::cout << i << ' '; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-07-20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cmcstl2 — pip install cmcstl2 · libregistry