![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Sentinel type representing an invalid job handle. More...
#include <jobhandle.h>
Public Member Functions | |
| GAIA_NODISCARD | operator JobHandle () const noexcept |
| Converts the sentinel to a packed null handle. | |
| GAIA_NODISCARD constexpr bool | operator== (const JobNull_t &null) const noexcept |
| GAIA_NODISCARD constexpr bool | operator!= (const JobNull_t &null) const noexcept |
Sentinel type representing an invalid job handle.
|
inlinenoexcept |
Converts the sentinel to a packed null handle.