Registry / utility / kdalgorithms

kdalgorithms

JSON →
library1.4vcpkgunverified

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

vcpkg install kdalgorithms
INSTALL
IMPORT
SIG · KDALGORITHMS
K
kdalgorithms
utilitycppv1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kdalgorithms.h
#include <kdalgorithms.h>

Filter a vector using a predicate

#include <kdalgorithms.h> #include <vector> #include <iostream> int main() { std::vector<int> v = {1, 2, 3, 4, 5}; auto result = kdalgorithms::filtered(v, [](int x) { return x % 2 == 0; }); for (auto x : result) std::cout << x << " "; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kdalgorithms — pip install kdalgorithms · libregistry