.. index:: pair: class; EE::Graphics::ResourceId .. _doxid-class_e_e_1_1_graphics_1_1_resource_id: class EE::Graphics::ResourceId ============================== .. toctree:: :hidden: Immutable identity assigned once when a resource is created. Resource IDs are process-wide and are not reset when Engine state is recreated by tests. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ResourceId { public: // construction :target:`ResourceId`(); :target:`ResourceId`(:ref:`Uint64` value); // methods constexpr :ref:`Uint64` :target:`value`() const; constexpr :target:`operator bool`() const; constexpr bool :target:`operator==`(const ResourceId& other) const; constexpr bool :target:`operator!=`(const ResourceId& other) const; constexpr bool :target:`operator<`(const ResourceId& other) const; };