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