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

Safely wrap Tray for non owning parameters.

Public Member Functions

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

Public Attributes

TrayRaw value
 parameter's TrayRaw
 

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