libcutl

C++ utility library providing common data structures and algorithms

brewmacoslinux
Try with needOr install directly
Source

About

C++ utility library

Commands

libcutl

Examples

Link against libcutl in a C++ project compilation$ g++ -o myapp myapp.cpp -lcutl
Check installed libcutl version and location$ brew info libcutl
Use libcutl headers in C++ source code$ g++ -I$(brew --prefix libcutl)/include -o myapp myapp.cpp -L$(brew --prefix libcutl)/lib -lcutl