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

#include <CeresEngine/Foundation/NamedType.hpp>

Inheritance diagram for CeresEngine::Modulable< T >:
CeresEngine::CRTP< T, Modulable > CeresEngine::Arithmetic< T >

Public Member Functions

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

Member Function Documentation

◆ operator%()

template<typename T >
constexpr T CeresEngine::Modulable< T >::operator% ( T const other) const
inlineconstexpr

◆ operator%=()

template<typename T >
constexpr T & CeresEngine::Modulable< T >::operator%= ( T const other)
inlineconstexpr

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