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

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_derived_from< Derived, Base >
 A C++17 type trait equivalent to the C++20 derived_from concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::derived_from
 

Variables

template<class Derived , class Base >
bool constexpr CeresEngine::traits::is_derived_from_v = is_derived_from<Derived, Base>::value
 A C++17 type trait equivalent to the C++20 derived_from concept.