kblib 0.2.3
General utilities library for modern C++
|
#include <kblib/algorithm.h>
Public Member Functions | |
template<typename Obj > | |
constexpr auto | operator() (const Obj &a, const Obj &b, Compare comp) const noexcept(noexcept(equals(a, b, comp))) -> bool |
Definition at line 140 of file algorithm.h.
|
inlineconstexprnoexcept |
Definition at line 142 of file algorithm.h.