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

#include <CeresEngine/Foundation/NamedType.hpp>

Inheritance diagram for CeresEngine::Decrementable< T >:
CeresEngine::PreDecrementable< T > CeresEngine::PostDecrementable< T > CeresEngine::CRTP< T, PreDecrementable > CeresEngine::CRTP< T, PostDecrementable > CeresEngine::Arithmetic< T >

Additional Inherited Members

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

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