|
|
template<typename Tp , typename Up , std::enable_if_t< stdex::equality_comparable_with< Tp, Up >, int > = 0> |
| constexpr bool | operator() (Tp &&t, Up &&u) const noexcept(noexcept(std::declval< Up >()==std::declval< Tp >())) |
| |
The documentation for this struct was generated from the following file: