libfnv0.1.0
- Updated
Functional programming in C++
- Project website: https://libfn.org
#Usage
libfn provides CMake targets:
find_package(libfn CONFIG REQUIRED)
target_link_libraries(main PRIVATE libfn::pfn) # C++20 standard-library polyfills
target_link_libraries(main PRIVATE libfn::fn) # the functional library (C++20)
# C++26 mode (std::type_order); use instead of libfn::fn, never both:
target_link_libraries(main PRIVATE libfn::fn_cxx26)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Bronek Kozicki