LIBFPLUS(3) | libfplus | LIBFPLUS(3) |
libfplus - Library to help you write concise and readable C++ code
------------------------------------------------------ Library to help you write concise and readable C++ code ------------------------------------------------------
libfplus is a header-only C++ library.
The libfplus header-only library is aimed at allowing developers to write concise and readable C++ code.
From the project home page:
FunctionalPlus is a small header-only library supporting you in reducing code noise and in dealing with only one single level of abstraction at a time. By increasing brevity and maintainability of your code it can improve productivity (and fun!) in the long run. It pursues these goals by providing pure and easy-to-use functions that free you from implementing commonly used flows of control over and over again.
#include <fplus/fplus.hpp>
find_package(FunctionalPlus);
Then, target_link_libraries(TARGET FunctionalPlus::plus...).
This man page was written by Filippo Rusconi <lopippo@debian.org> with contents excerpted from https://github.com/Dobiasd/FunctionalPlus.
Filippo Rusconi <lopippo@debian.org>
Filippo Rusconi
20210401 | 1 |