Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::EqualityComparableWith< T, U > Struct Template Reference

EqualityComparableWith concept, a type T is equality comparable with another type U if it defines an operator== with U. More...

#include "EqualityComparableWith.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T, class U>
struct scl::concepts::EqualityComparableWith< T, U >

EqualityComparableWith concept, a type T is equality comparable with another type U if it defines an operator== with U.

Template Parameters
Tthe type to check against
Uthe other type to check against

Definition at line 13 of file EqualityComparableWith.h.

Member Function Documentation

◆ operator bool()

template<class T , class U >
constexpr scl::concepts::EqualityComparableWith< T, U >::operator bool ( ) const
inline

Definition at line 14 of file EqualityComparableWith.h.


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