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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::weakly_decrementable
 

Variables

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