KDDockWidgets API Documentation 2.1
|
This is the complete list of members for KDBindings::equal_to< T >, including all inherited members.
operator()(const T &x, const T &y) const noexcept -> std::enable_if_t< Private::are_equality_comparable_v< T, T >, bool > | KDBindings::equal_to< T > | inline |
operator()(const X &, const Y &) const noexcept -> std::enable_if_t<!Private::are_equality_comparable_v< X, Y >, bool > | KDBindings::equal_to< T > | inline |