SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SDL::AsyncIOQueueParam Struct Reference

Safely wrap AsyncIOQueue for non owning parameters.

Public Member Functions

constexpr AsyncIOQueueParam (AsyncIOQueueRaw value)
 Constructs from AsyncIOQueueRaw.
 
constexpr AsyncIOQueueParam (std::nullptr_t _=nullptr)
 Constructs null/invalid.
 
constexpr operator bool () const
 Converts to bool.
 
constexpr auto operator<=> (const AsyncIOQueueParam &other) const =default
 Comparison.
 
constexpr operator AsyncIOQueueRaw () const
 Converts to underlying AsyncIOQueueRaw.
 

Public Attributes

AsyncIOQueueRaw value
 parameter's AsyncIOQueueRaw
 

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