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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Variables

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