range-v3

Experimental range library for C++14/17/20 with STL-like algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Experimental range library for C++14/17/20

Commands

range-v3

Examples

Include range-v3 headers in C++ project for range-based operations$ g++ -I$(brew --prefix range-v3)/include myprogram.cpp -o myprogram
Use range-v3 with C++17 for advanced functional programming patterns$ clang++ -std=c++17 -I$(brew --prefix range-v3)/include ranges_demo.cpp -o demo
Verify installation by checking header files location$ ls $(brew --prefix range-v3)/include/range/v3