Public Member Functions | List of all members
beluga::detail::CellHasher< N > Struct Template Reference

#include <ndt_sensor_model.hpp>

Public Member Functions

size_t operator() (const Eigen::Vector< int, N > vector) const
 Hashes an integer N dimensional integer vector. More...
 

Detailed Description

template<int N>
struct beluga::detail::CellHasher< N >

Hash function for N dimensional Eigen::Vectors of int. The code is from hash_combine function of the Boost library. See http://www.boost.org/doc/libs/1_55_0/doc/html/hash/reference.html#boost.hash_combine .

Definition at line 46 of file ndt_sensor_model.hpp.

Member Function Documentation

◆ operator()()

template<int N>
size_t beluga::detail::CellHasher< N >::operator() ( const Eigen::Vector< int, N >  vector) const
inline

Hashes an integer N dimensional integer vector.

Definition at line 48 of file ndt_sensor_model.hpp.


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


beluga
Author(s):
autogenerated on Tue Jul 16 2024 02:59:54