SDL3pp
A slim C++ wrapper for SDL3
|
Safely wrap Properties for non owning parameters.
Public Member Functions | |
constexpr | PropertiesParam (PropertiesID value) |
Constructs from PropertiesID. | |
constexpr | PropertiesParam (std::nullptr_t _=nullptr) |
Constructs null/invalid. | |
constexpr | operator bool () const |
Converts to bool. | |
constexpr auto | operator<=> (const PropertiesParam &other) const =default |
Comparison. | |
constexpr | operator PropertiesID () const |
Converts to underlying PropertiesID. | |
Public Attributes | |
PropertiesID | value |
parameter's PropertiesID | |