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