btftoolchain
btf::QuadrupleHash Struct Reference

This struct generates a hash out of four values (uses a pair where the first parameter is a tuple). More...

#include <btf.h>

Public Member Functions

template<typename T1 , typename T2 , typename T3 , typename T4 >
std::size_t operator() (const std::pair< std::tuple< T1, T2, T3 >, T4 > &q) const
 

Detailed Description

This struct generates a hash out of four values (uses a pair where the first parameter is a tuple).

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename T3 , typename T4 >
std::size_t btf::QuadrupleHash::operator() ( const std::pair< std::tuple< T1, T2, T3 >, T4 > &  q) const
inline

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