SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches

Concept of interface. More...

Concept definition

template<class I>
concept SDL::Interface = requires(I* iface) { (iface)->version = sizeof(I); }
Concept of interface.
Definition: SDL3pp_stdinc.h:572

Detailed Description

Template Parameters
Ithe interface type