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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Typedefs

template<class T >
using CeresEngine::traits::iter_concept_t = typename iter_concept< T >::type
 A C++17 type trait equivalent to the C++20 iter_concept concept.