Library::STLB (Standard Template Library B) - the tiny library that contains implementations of powerful algorithms in C++ language for different purposes: projects, as a small «gear» in big products, competitive programming solutions. Also, all algorithms and classes designed for intuitive use just like in STD C++ library.
Features:
.hpp
files so library doesn't require any changes in your compilation line arguments.noexcept
- open an issue.Documentation of the project is available on GitHub Pages.
Note that not all sources are currently documented. If you can help - you're welcome!
Changelog is available here.
Just run CMakeLists.txt
file in the main folder, but I recommend building the project out-of-source. On Linux:
mkdir build
cd build
cmake ../CMakeLists.txt -B ./
make
ctest
Requirements:
GNU C++ compiler
CMake
Doxygen