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

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.