Registry / utility / think-cell-range

think-cell-range

JSON →
library2023.1vcpkgunverified

think-cell's range library.

vcpkg install think-cell-range
INSTALL
IMPORT
SIG · THINK-CELL-RANGE
T
think-cell-range
utilitycppv2023.1
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.

tc/range.hpp
#include <tc/range.hpp>

Create a range view over a container

#include <tc/range.hpp> #include <vector> #include <iostream> int main() { std::vector<int> v = {1, 2, 3, 4, 5}; auto r = tc::range(v); for (int x : r) std::cout << x << std::endl; return 0; }
Debug
Known issues
gotchaThis library may have specific compiler requirements; check documentation for supported compilers.
fix
Use a recent C++17-compliant compiler.
affects: *
Upgrade
Version history
2023.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

think-cell-range — pip install think-cell-range · libregistry