btftoolchain
btf::PairHash Struct Reference

This struct generates a hash out of two values (uses a pair). More...

#include <btf.h>

Public Member Functions

template<typename T1 , typename T2 >
std::size_t operator() (const std::pair< T1, T2 > &p) const
 

Detailed Description

This struct generates a hash out of two values (uses a pair).

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
std::size_t btf::PairHash::operator() ( const std::pair< T1, T2 > &  p) const
inline

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