1. Home
  2. Browse
  3. libfn

libfn

v0.1.0#0Latest

Extending C++ library for functional programming

Install

Run the following Vcpkg command to install the port.

vcpkg install libfn

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)

Dependencies

See source

Version

v0.1.0#0

Publication

Supports

All

GitHub

libfn/functional96

Homepage

libfn.org

Subtree

0a63cfff21

License

ISC

Definition

Manifest