MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / hash_value

Function hash_value

extern/boost/boost/array.hpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415 template<class T, std::size_t N>
416 std::size_t hash_value(const array<T,N>& arr)
417 {
418 return boost::hash_range(arr.begin(), arr.end());
419 }
420
421 template <size_t Idx, typename T, size_t N>
422 T &get(boost::array<T,N> &arr) BOOST_NOEXCEPT {

Callers

nothing calls this directly

Calls 3

hash_rangeFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected