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

#include <CeresEngine/Foundation/NamedType.hpp>

Inheritance diagram for CeresEngine::Incrementable< T >:
CeresEngine::PreIncrementable< T > CeresEngine::PostIncrementable< T > CeresEngine::CRTP< T, PreIncrementable > CeresEngine::CRTP< T, PostIncrementable > CeresEngine::Arithmetic< T >

Additional Inherited Members

- Public Member Functions inherited from CeresEngine::PreIncrementable< T >
constexpr Toperator++ ()
 
- Public Member Functions inherited from CeresEngine::CRTP< T, PreIncrementable >
constexpr T & getUnderlying ()
 
constexpr T const & getUnderlying () const
 
- Public Member Functions inherited from CeresEngine::PostIncrementable< T >
constexpr T operator++ (int)
 
- Public Member Functions inherited from CeresEngine::CRTP< T, PostIncrementable >
constexpr T & getUnderlying ()
 
constexpr T const & getUnderlying () const
 

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