TVM  0.9.4
tvm::diagnostic::internal::PairHasher Struct Reference

#include <tvm/diagnostic/internal/probe.h>

Public Member Functions

template<typename T , typename U >
std::size_t operator() (const std::pair< T, U > &p) const noexcept
 

Detailed Description

Functor to hash a pair of object.

Adapted from https://stackoverflow.com/a/23860042

Member Function Documentation

◆ operator()()

template<typename T , typename U >
std::size_t tvm::diagnostic::internal::PairHasher::operator() ( const std::pair< T, U > &  p) const
inlinenoexcept

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