struct is_weakly_equality_comparable_with

Declaration

template <typename T, typename U, typename Enable = void>
struct is_weakly_equality_comparable_with
    : public std::integral_constant { /* full declaration omitted */ };

Description

////////////////////////////////////////////////////////////////////

Declared at: libs/pika/type_support/include/pika/type_support/equality.hpp:50

Inherits from: std::integral_constant