Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mt::JobNull_t Struct Reference

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
 

Detailed Description

Sentinel type representing an invalid job handle.

Member Function Documentation

◆ operator JobHandle()

GAIA_NODISCARD gaia::mt::JobNull_t::operator JobHandle ( ) const
inlinenoexcept

Converts the sentinel to a packed null handle.

Returns
Null job handle.

The documentation for this struct was generated from the following file: