There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
STL helper functions code library project is a cross-platform modern C++ code library, which at the moment consists of only one C++ header file (stl_helper_functions.hpp). The code library contains some useful macros, metafunctions, type functions, various function templates and generic algorithms, which can be used in an existing code base to make interfacing with various components of the STL C++ library somewhat easier, friendlier and more approachable. All the implemented metafunctions, type functions and function templates are defined in the stl::helper namespace. Make sure to use a modern C++ compiler (one that is fully compliant with the c++17 or a newer C++ standard such as c++2a) to compile your project that makes use of this code library.