SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SDL::LightweightTrailingCallbackT< SELF, R, PARAMS > Struct Template Reference

Lightweight wrapper. More...

Public Member Functions

template<class F >
 LightweightTrailingCallbackT (const F &func)
 ctor
 

Public Attributes

R(* wrapper )(PARAMS..., void *)
 The wrapper function.
 
void * data
 The wrapped data.
 

Detailed Description

template<class SELF, class R, class... PARAMS>
struct SDL::LightweightTrailingCallbackT< SELF, R, PARAMS >
Template Parameters
SELFa CRTP class

The documentation for this struct was generated from the following file: