CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::is_derived_from< Derived, Base > Struct Template Reference

A C++17 type trait equivalent to the C++20 derived_from concept. More...

#include <CeresEngine/Foundation/Traits/is_derived_from.hpp>

Inheritance diagram for CeresEngine::traits::is_derived_from< Derived, Base >:

Detailed Description

template<class Derived, class Base>
struct CeresEngine::traits::is_derived_from< Derived, Base >

A C++17 type trait equivalent to the C++20 derived_from concept.


The documentation for this struct was generated from the following file: