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

Make Front Callback. More...

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

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