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::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.