template struct mola::index_se3_t_hash
Overview
This implements a hash for index_se3_t
#include <index_se3_t.h> template <typename cell_coord_t = int32_t> struct index_se3_t_hash { // methods std::size_t operator () (const index_se3_t<cell_coord_t>& k) const; };
Methods
std::size_t operator () (const index_se3_t<cell_coord_t>& k) const
Hash operator for unordered maps: