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