Loading [MathJax]/extensions/tex2jax.js
Photon Engine 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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.