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

Safely wrap Window for non owning parameters.

Public Member Functions

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

Public Attributes

WindowRaw value
 parameter's WindowRaw
 

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