CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
has_iterator_traits_iterator_category.hpp File Reference
#include <iterator>
#include <type_traits>

Go to the source code of this file.

Classes

struct  CeresEngine::traits::has_iterator_traits_iterator_category< T, class >
 A C++17 type trait equivalent to the C++20 "has-iterator-traits-iterator-category" concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Variables

template<class T >
bool constexpr CeresEngine::traits::has_iterator_traits_iterator_category_v = has_iterator_traits_iterator_category<T>::value
 A C++17 type trait equivalent to the C++20 "has-iterator-traits-iterator-category" concept.