| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "CeresEngine/Foundation/Traits/has_element_type.hpp"#include "CeresEngine/Foundation/Traits/has_iterator_traits_value_type.hpp"#include "CeresEngine/Foundation/Traits/has_value_type.hpp"#include "CeresEngine/Foundation/Traits/remove_cvref.hpp"#include <iterator>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::iter_value< T, class > | 
| A C++17 type trait equivalent to the C++20 iter_value concept.  More... | |
Namespaces | |
| namespace | CeresEngine | 
| namespace | CeresEngine::traits | 
Typedefs | |
| template<class T > | |
| using | CeresEngine::traits::iter_value_t = typename iter_value< T >::type | 
| A C++17 type trait equivalent to the C++20 iter_value concept.     | |