kblib 0.2.3
General utilities library for modern C++
kblib::equivalent< Compare, void > Member List

This is the complete list of members for kblib::equivalent< Compare, void >, including all inherited members.

operator()(const Obj &a, const Obj &b, Compare comp) const noexcept(noexcept(equals(a, b, comp))) -> boolkblib::equivalent< Compare, void >inline