STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::detail::tuple_hash_impl< Tuple, N > Struct Template Reference

Recursive, static function to call boost::hash_combine() on each member of the input tuple and update seed parameter accordingly. More...

Static Public Member Functions

static void apply (std::size_t &seed, Tuple const &t)
 

Detailed Description

template<typename Tuple, int N = tuple_size<Tuple>::value-1>
struct stapl::detail::tuple_hash_impl< Tuple, N >

Recursive, static function to call boost::hash_combine() on each member of the input tuple and update seed parameter accordingly.


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