Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::CDerived Concept Reference

Checks whether DerivedType is derived from BaseType. The result is also true if both types are the same; false if one of them is a primitive type. More...

#include <traits.h>

Concept definition

template<typename DerivedType, typename BaseType>
concept ph::CDerived = std::derived_from<DerivedType, BaseType>
Checks whether DerivedType is derived from BaseType. The result is also true if both types are the sa...
Definition traits.h:122

Detailed Description

Checks whether DerivedType is derived from BaseType. The result is also true if both types are the same; false if one of them is a primitive type.