SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
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 >

Lightweight wrapper.

Template Parameters
SELFa CRTP class

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