LRez  v2.1
Public Member Functions | List of all members
robin_hood::hash< T, Enable > Struct Template Reference

#include <robin_hood.h>

Inheritance diagram for robin_hood::hash< T, Enable >:
Inheritance graph
[legend]
Collaboration diagram for robin_hood::hash< T, Enable >:
Collaboration graph
[legend]

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 762 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 763 of file robin_hood.h.


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