|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Foundation/NamedType.hpp>
Public Member Functions | |
| constexpr bool | operator< (ComparableTrait< T > const &other) const |
| constexpr bool | operator> (ComparableTrait< T > const &other) const |
| constexpr bool | operator<= (ComparableTrait< T > const &other) const |
| constexpr bool | operator>= (ComparableTrait< T > const &other) const |
| constexpr bool | operator== (ComparableTrait< T > const &other) const |
| constexpr bool | operator!= (ComparableTrait< T > const &other) const |
Public Member Functions inherited from CeresEngine::CRTP< T, ComparableTrait > | |
| constexpr T & | getUnderlying () |
| constexpr T const & | getUnderlying () const |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |