olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
std::hash< olp::geo::TileKey > Struct Reference

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...
 

Detailed Description

The specialization of std::hash.

Member Function Documentation

◆ operator()()

std::size_t std::hash< olp::geo::TileKey >::operator() ( const olp::geo::TileKey tile_key) const
inline

The hash function for tile keys.

Uses the 64-bit Morton code (TileKey::ToQuadKey64()).


The documentation for this struct was generated from the following file: