#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 |
|
) |
| |
|
constexprnoexcept |
◆ operator!=() [2/3]
template<typename T >
constexpr bool operator!= |
( |
const CRectGen< T > & |
rect1, |
|
|
const CRectGen< T > & |
rect2 |
|
) |
| |
|
constexprnoexcept |
◆ operator!=() [3/3]
◆ operator==() [1/3]
template<typename T >
constexpr bool operator== |
( |
const CPointGen< T > & |
point1, |
|
|
const CPointGen< T > & |
point2 |
|
) |
| |
|
constexprnoexcept |
◆ operator==() [2/3]
template<typename T >
constexpr bool operator== |
( |
const CRectGen< T > & |
rect1, |
|
|
const CRectGen< T > & |
rect2 |
|
) |
| |
|
constexprnoexcept |
◆ operator==() [3/3]