MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / ComputeHashTupleHelper

Function ComputeHashTupleHelper

python/common/Hash.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70namespace detail {
71template<std::size_t... IDX, class T>
72size_t ComputeHashTupleHelper(std::index_sequence<IDX...>, const T &a)
73{
74 return ComputeHash(std::get<IDX>(a)...);
75}
76} // namespace detail
77
78template<class... TT>

Callers 1

ComputeHashFunction · 0.85

Calls 1

ComputeHashFunction · 0.70

Tested by

no test coverage detected