olp-cpp-sdk
1.22.0
|
The specialization of std::hash
.
More...
#include <TileKey.h>
Public Member Functions | |
std::size_t | operator() (const olp::geo::TileKey &tile_key) const |
The hash function for tile keys. More... | |
The specialization of std::hash
.
|
inline |
The hash function for tile keys.
Uses the 64-bit Morton code (TileKey::ToQuadKey64()
).