halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_equality_comparable< T > Struct Template Reference

Determines if a type satisfies the EqualityComparable concept. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_equality_comparable< T >:
halcheck::lib::is_detected< lib::equality_comparable, T >

Detailed Description

template<typename T>
struct halcheck::lib::is_equality_comparable< T >

Determines if a type satisfies the EqualityComparable concept.

Template Parameters
TThe type to query.
See also
https://en.cppreference.com/w/cpp/named_req/EqualityComparable

The documentation for this struct was generated from the following file: