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

Whether the type is a scoped/unscoped enum. More...

#include <traits.h>

Concept definition

template<typename EnumType>
concept ph::CEnum = std::is_enum_v<EnumType>
Whether the type is a scoped/unscoped enum.
Definition traits.h:98

Detailed Description

Whether the type is a scoped/unscoped enum.