|
CeresEngine 0.2.0
A game development framework
|
#include "CeresEngine/Foundation/Traits/is_range.hpp"#include "CeresEngine/Foundation/Traits/iter_value.hpp"#include "CeresEngine/Foundation/Traits/iterator.hpp"#include <iterator>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::range_value< R, class > |
| A C++17 type trait equivalent to the C++20 range_value concept. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::traits |
Typedefs | |
| template<class R > | |
| using | CeresEngine::traits::range_value_t = typename range_value< R >::type |
| A C++17 type trait equivalent to the C++20 range_value concept. | |