Wiselib
Public Member Functions
concepts::EqualityComparable_concept Class Reference

Models implementing this concept are comparable by the operations == and !=. More...

List of all members.

Public Member Functions

bool operator== (X &other)
 ==-Operator (equality)
bool operator!= (X &other)
 !=-Operator (inequality)

Detailed Description

Models implementing this concept are comparable by the operations == and !=.


Member Function Documentation

bool concepts::EqualityComparable_concept::operator!= ( X &  other)

!=-Operator (inequality)

bool concepts::EqualityComparable_concept::operator== ( X &  other)

==-Operator (equality)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines