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

Go to the source code of this file.

Classes

struct  CeresEngine::traits::has_element_type< T, class >
 A C++17 type trait equivalent to the C++20 has-member-element-type concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Variables

template<class T >
bool constexpr CeresEngine::traits::has_element_type_v = has_element_type<T>::value
 A C++17 type trait equivalent to the C++20 has-member-element-type concept.