hash#
Fully qualified name: isaacsim::robot::schema::custom::hash
-
template<typename E>
struct hash# Hash function object for enum types.
Provides a hash function for enum types by casting them to size_t. This allows enums to be used as keys in unordered containers.
- Template Parameters:
E – The enum type to provide hashing for