btftoolchain
btf::TupleHash Struct Reference

This struct generates a hash out of three values (uses a tuple). More...

#include <btf.h>

Public Member Functions

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

Detailed Description

This struct generates a hash out of three values (uses a tuple).

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename T3 >
std::size_t btf::TupleHash::operator() ( const std::tuple< T1, T2, T3 > &  t) const
inline

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