Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions
open3d::utility::hash_tuple< TT > Struct Template Reference

#include <Helper.h>

Public Member Functions

size_t operator() (TT const &tt) const
 

Detailed Description

template<typename TT>
struct open3d::utility::hash_tuple< TT >

hash_tuple defines a general hash function for std::tuple See this post for details: http://stackoverflow.com/questions/7110301 The hash_combine code is from boost Reciprocal of the golden ratio helps spread entropy and handles duplicates. See Mike Seymour in magic-numbers-in-boosthash-combine: http://stackoverflow.com/questions/4948780

Member Function Documentation

◆ operator()()

template<typename TT >
size_t open3d::utility::hash_tuple< TT >::operator() ( TT const &  tt) const
inline

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