gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
robin_hood::hash< T, Enable > Struct Template Reference

#include <robin_hood.h>

Inheritance diagram for robin_hood::hash< T, Enable >:
Collaboration diagram for robin_hood::hash< T, Enable >:

Public Member Functions

size_t operator() (T const &obj) const noexcept(noexcept(std::declval< std::hash< T >>().operator()(std::declval< T const & >())))
 

Detailed Description

template<typename T, typename Enable = void>
struct robin_hood::hash< T, Enable >

Definition at line 763 of file robin_hood.h.

Member Function Documentation

◆ operator()()

template<typename T , typename Enable = void>
size_t robin_hood::hash< T, Enable >::operator() ( T const &  obj) const
inlinenoexcept

Definition at line 764 of file robin_hood.h.

Here is the call graph for this function:

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