# CppUtils **Repository Path**: wblong/cpp-utils ## Basic Information - **Project Name**: CppUtils - **Description**: Collection of useful lightweight C++ functions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-10 - **Last Updated**: 2024-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppUtils Collection of useful lightweight C++ functions ## Documentation [Doxygen Documentation](http://tum-i5.github.io/utils/) ## License UTILS is released under BSD-3 (see [COPYING](COPYING)) ## Windows Compile & Build ```cmake cmake -B build -S . cmake --build build --config Release cmake --build build --config Debug ``` ## Reference 1. [https://github.com/TUM-I5/utils.git](https://github.com/TUM-I5/utils.git)