ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
ttg::detail::hash_combine_impl Struct Reference

combines 2 hash values; implementation based on boost::hash_combine_impl<64> from Boost v1.79.0 More...

#include <hash.h>

Static Public Member Functions

static std::size_t fn (std::size_t h, std::size_t k)
 

Detailed Description

combines 2 hash values; implementation based on boost::hash_combine_impl<64> from Boost v1.79.0

Definition at line 38 of file hash.h.

Member Function Documentation

◆ fn()

static std::size_t ttg::detail::hash_combine_impl::fn ( std::size_t  h,
std::size_t  k 
)
inlinestatic

Definition at line 41 of file hash.h.

Here is the caller graph for this function:

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