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

#include <robin_hood.h>

Inheritance diagram for robin_hood::detail::WrapHash< T >:
Inheritance graph
[legend]
Collaboration diagram for robin_hood::detail::WrapHash< T >:
Collaboration graph
[legend]

Public Member Functions

 WrapHash ()=default
 
 WrapHash (T const &o) noexcept(noexcept(T(std::declval< T const & >())))
 

Detailed Description

template<typename T>
struct robin_hood::detail::WrapHash< T >

Definition at line 867 of file robin_hood.h.

Constructor & Destructor Documentation

◆ WrapHash() [1/2]

template<typename T >
robin_hood::detail::WrapHash< T >::WrapHash ( )
default

◆ WrapHash() [2/2]

template<typename T >
robin_hood::detail::WrapHash< T >::WrapHash ( T const &  o)
inlineexplicitnoexcept

Definition at line 869 of file robin_hood.h.


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