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

Make Back Callback. More...

Inheritance diagram for SDL::MakeTrailingCallback< R(PARAMS...)>:
[legend]

Public Member Functions

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

Additional Inherited Members

Public Attributes inherited from SDL::LightweightTrailingCallbackT< MakeTrailingCallback< 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::MakeTrailingCallback< R(PARAMS...)>

Make Back Callback.

Template Parameters
R
PARAMS

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