Warning!
The version you're viewing is not the latest.
Go to the latest version
Function key
Synopsis
#include <src/entt/meta/meta.hpp>
meta_any key() const
Description
Returns the stored key.
- Returns
- A meta any containing the key stored with the property.
Source
Lines 640-642 in src/entt/meta/meta.hpp.
[[nodiscard]] meta_any key() const {
return node->key();
}