|
SDEngine
Game Engine
|
#include <id_types.hpp>
Public Member Functions | |
| constexpr | ViewId (uint32_t v=0) noexcept |
| constexpr ViewId & | operator++ () noexcept |
| constexpr ViewId | operator++ (int) noexcept |
| constexpr auto | operator<=> (const ViewId &) const =default |
| constexpr bool | operator== (const ViewId &) const =default |
| constexpr | operator uint32_t () const noexcept |
Public Attributes | |
| uint32_t | value = 0 |
| uint32_t sd::ViewId::value = 0 |