Skip to content

libfnv0.1.0

Updated

Functional programming in C++

#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.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Bronek Kozicki's avatarBronek Kozicki

#Changelog

  • 0a63cff[libfn] Add new port (#53682)