#include <algorithm>
#include <stdexcept>
#include <vector>
§ XBMC_FORCE_INLINE
#define XBMC_FORCE_INLINE |
§ CPoint
§ CPointInt
§ CRect
§ CRectInt
§ CSize
§ CSizeInt
§ operator!=() [1/3]
template<typename T >
constexpr bool operator!= |
( |
const CPointGen< T > & |
point1, |
|
|
const CPointGen< T > & |
point2 |
|
) |
| |
|
noexcept |
§ operator!=() [2/3]
§ operator!=() [3/3]
template<typename T >
constexpr bool operator!= |
( |
const CRectGen< T > & |
rect1, |
|
|
const CRectGen< T > & |
rect2 |
|
) |
| |
|
noexcept |
§ operator==() [1/3]
template<typename T >
constexpr bool operator== |
( |
const CPointGen< T > & |
point1, |
|
|
const CPointGen< T > & |
point2 |
|
) |
| |
|
noexcept |
§ operator==() [2/3]
§ operator==() [3/3]
template<typename T >
constexpr bool operator== |
( |
const CRectGen< T > & |
rect1, |
|
|
const CRectGen< T > & |
rect2 |
|
) |
| |
|
noexcept |