|
SDL3pp
A slim C++ wrapper for SDL3
|
Const reference wrapper for a given resource,. More...
Public Types | |
| using | RawPointer = RAW_POINTER |
| using | RawConstPointer = RAW_CONST_POINTER |
Public Member Functions | |
| constexpr | ObjConstParam (RawConstPointer resource) |
| Constructs from const pointer. | |
| constexpr | ObjConstParam (std::nullptr_t=nullptr) |
| Constructs null/invalid. | |
| constexpr | operator bool () const |
| Converts to bool. | |
| constexpr auto | operator<=> (const ObjConstParam &other) const =default |
| Comparison. | |
| constexpr | operator RawConstPointer () const |
| Converts to underlying type. | |
| constexpr | operator RawPointer () const |
| Converts to underlying type. | |
| constexpr auto | operator-> () const |
| member access to underlying type. | |
Const reference wrapper for a given resource,.