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

Whether EnumType is a well-defined SDL enum. More...

#include <sdl_traits.h>

Concept definition

template<typename EnumType>
std::is_same_v<
typename TSdlEnum<std::remove_cv_t<EnumType>>::SdlEnumDefinitionMarker,
std::remove_cv_t<EnumType>>
Whether the type is a scoped/unscoped enum.
Definition traits.h:98
Whether EnumType is a well-defined SDL enum.
Definition sdl_traits.h:48

Detailed Description

Whether EnumType is a well-defined SDL enum.