CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_decrementable.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_decrementable< I, class >
 A C++17 type trait equivalent to the C++20 decrementable concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::decrementable
 

Variables

template<class I >
bool constexpr CeresEngine::traits::is_decrementable_v = is_decrementable<I>::value
 A C++17 type trait equivalent to the C++20 decrementable concept.