|
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator== (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if two Poly objects are equal.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator== (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if two Poly objects are equal.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator== (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if two Poly objects are equal.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator!= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if two Poly objects are not equal.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator!= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if two Poly objects are not equal.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator!= (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if two Poly objects are not equal.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator> (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if a Poly object is greater than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator> (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if a Poly object is greater than another.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator> (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if a Poly object is greater than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator>= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if a Poly object is greater or equal than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator>= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if a Poly object is greater or equal than another.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator>= (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if a Poly object is greater or equal than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator< (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if a Poly object is less than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator< (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if a Poly object is less than another.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator< (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if a Poly object is less than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U , size_t USmallSize, bool UCopyable, typename UBaseType > |
| bool | CeresEngine::operator<= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const Poly< U, USmallSize, UCopyable, UBaseType > &rhs) noexcept |
| | Compares if a Poly object is less or equal than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType , typename U > |
| bool | CeresEngine::operator<= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, const U &rhs) noexcept |
| | Compares if a Poly object is less or equal than another.
|
| |
| template<typename U , typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator<= (const U &lhs, const Poly< T, TSmallSize, TCopyable, TBaseType > &rhs) noexcept |
| | Compares if a Poly object is less or equal than another.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator== (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, std::nullptr_t) noexcept |
| | Checks if a Poly is nullptr.
|
| |
| template<typename T , size_t TSmallSize, bool TCopyable, typename TBaseType > |
| bool | CeresEngine::operator!= (const Poly< T, TSmallSize, TCopyable, TBaseType > &lhs, std::nullptr_t) noexcept |
| | Checks if a Poly is not nullptr.
|
| |