CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Addable< T > Struct Template Reference

#include <CeresEngine/Foundation/NamedType.hpp>

Inheritance diagram for CeresEngine::Addable< T >:
CeresEngine::BinaryAddable< T > CeresEngine::UnaryAddable< T > CeresEngine::CRTP< T, BinaryAddable > CeresEngine::CRTP< T, UnaryAddable > CeresEngine::Arithmetic< T >

Additional Inherited Members

- Public Member Functions inherited from CeresEngine::BinaryAddable< T >
constexpr T operator+ (T const &other) const
 
constexpr Toperator+= (T const &other)
 
- Public Member Functions inherited from CeresEngine::CRTP< T, BinaryAddable >
constexpr T & getUnderlying ()
 
constexpr T const & getUnderlying () const
 
- Public Member Functions inherited from CeresEngine::UnaryAddable< T >
constexpr T operator+ () const
 
- Public Member Functions inherited from CeresEngine::CRTP< T, UnaryAddable >
constexpr T & getUnderlying ()
 
constexpr T const & getUnderlying () const
 

The documentation for this struct was generated from the following file: