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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::incrementable
 

Variables

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