c4core

C++ utilities library providing core functionality for C++ projects

brewmacoslinux
Try with needOr install directly
Source

About

C++ utilities

Commands

c4core

Examples

Include c4core headers in a C++ project for utility functions$ brew install c4core && cat /usr/local/include/c4/core.hpp
Link against c4core library in CMake project$ find /usr/local -name 'libc4core*' -type f
Verify c4core installation and version$ brew list c4core && brew info c4core