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

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

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