|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Traits/is_movable.hpp"#include "CeresEngine/Foundation/Traits/iter_difference.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::is_weakly_incrementable< I, class > |
| A C++17 type trait equivalent to the C++20 weakly_incrementable concept. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::traits |
Concepts | |
| concept | CeresEngine::traits::weakly_incrementable |
Variables | |
| template<class I > | |
| bool constexpr | CeresEngine::traits::is_weakly_incrementable_v = is_weakly_incrementable<I>::value |
| A C++17 type trait equivalent to the C++20 weakly_incrementable concept. | |