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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::forward_iterator
 

Variables

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