EnTT 3.14.0
|
Tombstone object for all identifiers.
More...
#include <entity.hpp>
Public Member Functions | |
template<typename Entity > | |
constexpr | operator Entity () const noexcept |
Converts the tombstone object to identifiers of any type. | |
constexpr bool | operator== (const tombstone_t other) const noexcept |
Compares two tombstone objects. | |
constexpr bool | operator!= (const tombstone_t other) const noexcept |
Compares two tombstone objects. | |
template<typename Entity > | |
constexpr bool | operator== (const Entity entity) const noexcept |
Compares a tombstone object and an identifier of any type. | |
template<typename Entity > | |
constexpr bool | operator!= (const Entity entity) const noexcept |
Compares a tombstone object and an identifier of any type. | |
Tombstone object for all identifiers.
Definition at line 284 of file entity.hpp.
Converts the tombstone object to identifiers of any type.
Entity | Type of identifier. |
Definition at line 291 of file entity.hpp.
Compares a tombstone object and an identifier of any type.
Entity | Type of identifier. |
entity | Identifier with which to compare. |
Definition at line 339 of file entity.hpp.
|
inlineconstexprnoexcept |
Compares two tombstone objects.
other | A tombstone object. |
Definition at line 311 of file entity.hpp.
Compares a tombstone object and an identifier of any type.
Entity | Type of identifier. |
entity | Identifier with which to compare. |
Definition at line 322 of file entity.hpp.
|
inlineconstexprnoexcept |
Compares two tombstone objects.
other | A tombstone object. |
Definition at line 302 of file entity.hpp.