[DocDB] Reduce boilerplate for defining hash functions for structs #25403
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-14634
Description
Defining hash functions for structs requires a lot of boilerplate. For example, to make
boost::hash
work withYsqlFullTableName
, we have:This can be reduced with macros similar to YB_STRUCT_TO_STRING.
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: