1. Home
  2. Browse
  3. kdalgorithms

kdalgorithms

v1.4#0Latest

KDAB's algorithm helpers for C++14 and up

Install

Run the following Vcpkg command to install the port.

vcpkg install kdalgorithms

Usage

kdalgorithms is header-only and can be used from CMake via:

find_path(KDALGORITHMS_INCLUDE_DIRS "kdalgorithms.h" PATH_SUFFIXES kdalgorithms)
target_include_directories(main PRIVATE ${KDALGORITHMS_INCLUDE_DIRS})
See source

Version

v1.4#0

Publication

Supports

All

GitHub

KDAB/KDAlgorithms83

Homepage

github.com/KDAB/KDAlgorithms

Subtree

0990294e01

License

MIT

Definition

Manifest