Function data
Synopsis
#include <src/entt/entity/organizer.hpp>
const void * data() const noexcept
Description
Returns the payload associated with a vertex, if any.
- Returns
- The payload associated with the vertex, if any.
Source
Lines 342-344 in src/entt/entity/organizer.hpp.
const void * data() const ENTT_NOEXCEPT {
return node.payload;
}