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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Typedefs

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