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