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

Make Back Callback. More...

Inheritance diagram for SDL::MakeBackCallback< R(PARAMS...)>:
Inheritance graph
[legend]
Collaboration diagram for SDL::MakeBackCallback< R(PARAMS...)>:
Collaboration graph
[legend]

Public Member Functions

template<std::invocable< PARAMS... > F>
 MakeBackCallback (const F &func)
 ctor
 
- Public Member Functions inherited from SDL::LightweightTrailingCallbackT< MakeBackCallback< R(PARAMS...)>, R, PARAMS... >
 LightweightTrailingCallbackT (const F &func)
 ctor
 

Additional Inherited Members

- Public Attributes inherited from SDL::LightweightTrailingCallbackT< MakeBackCallback< R(PARAMS...)>, R, PARAMS... >
R(* wrapper )(PARAMS..., void *)
 The wrapper function.
 
void * data
 The wrapped data.
 

Detailed Description

template<class R, class... PARAMS>
struct SDL::MakeBackCallback< R(PARAMS...)>
Template Parameters
R
PARAMS

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