Dynalib Utils
Public Member Functions | List of all members
IComparable< T > Class Template Referenceabstract

#include <IComparable.h>

Inheritance diagram for IComparable< T >:
Inheritance graph
[legend]

Public Member Functions

 IComparable ()=default
 
virtual ~IComparable ()=default
 
virtual bool operator== (const T &other) const =0
 

Constructor & Destructor Documentation

◆ IComparable()

template<class T>
IComparable< T >::IComparable ( )
default

◆ ~IComparable()

template<class T>
virtual IComparable< T >::~IComparable ( )
virtualdefault

Member Function Documentation

◆ operator==()

template<class T>
virtual bool IComparable< T >::operator== ( const T &  other) const
pure virtual

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