SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
SDL::CallbackWrapperBase< Result, Args > Struct Template Reference

Base class for callback wrappers.

Public Types

using ValueType = std::function< Result(Args...)>
 The wrapped std::function type.
 

Static Public Member Functions

static const ValueTypeUnwrap (void *handle)
 Return unwrapped value of handle.
 
static Result Call (void *handle, Args... args)
 Call.
 
static Result CallSuffixed (Args... args, void *handle)
 Call with suffix handle.
 

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