El Octavio  1.0
This is a video game about adventures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Rect.inl File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
bool operator== (const Rect< T > &left, const Rect< T > &right)
 
template<typename T >
bool operator!= (const Rect< T > &left, const Rect< T > &right)
 

Function Documentation

◆ operator!=()

template<typename T >
bool operator!= ( const Rect< T > &  left,
const Rect< T > &  right 
)
inline

Definition at line 156 of file Rect.inl.

◆ operator==()

template<typename T >
bool operator== ( const Rect< T > &  left,
const Rect< T > &  right 
)
inline

Definition at line 147 of file Rect.inl.