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

Whether T is a well-defined SDL function. More...

#include <sdl_traits.h>

Concept definition

template<typename T>
std::is_same_v<typename T::SdlFunctionDefinitionMarker, std::remove_cv_t<T>>
Whether T is a well-defined SDL function.
Definition sdl_traits.h:42

Detailed Description

Whether T is a well-defined SDL function.