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

InequalityComparable concept, a type T is equality comparable if it defines an operator!= with itself. More...

#include "InequalityComparable.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T>
struct scl::concepts::InequalityComparable< T >

InequalityComparable concept, a type T is equality comparable if it defines an operator!= with itself.

Template Parameters
Tthe type to check against

Definition at line 12 of file InequalityComparable.h.

Member Function Documentation

◆ operator bool()

template<class T >
constexpr scl::concepts::InequalityComparable< T >::operator bool ( ) const
inline

Definition at line 13 of file InequalityComparable.h.


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