SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::MakeFrontCallback< R(PARAMS...)> Struct Template Reference

Make Front Callback. More...

Inheritance diagram for SDL::MakeFrontCallback< R(PARAMS...)>:
[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...)>

Make Front Callback.

Template Parameters
R
PARAMS

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