|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
std::hash<ICell> — equality-consistent with operator==.
More...
#include <cell.h>
std::hash<ICell> — equality-consistent with operator==.
Routes to ICell::hash_value. Container cells recurse through their children's hash_value so two cells that compare equal under display-info-insensitive equality also hash equal, even when nested cells differ in their DisplayInfo.