std::hash< playrho::ContactKey > Struct Reference

Hash function object specialization for ContactKey. More...

#include <ContactKey.hpp>

Public Types

using argument_type = playrho::ContactKey
 Argument type. More...
 
using result_type = std::size_t
 Result type. More...
 

Public Member Functions

PLAYRHO_CONSTEXPR std::size_t operator() (const playrho::ContactKey &key) const
 Function object operator. More...
 

Detailed Description

Hash function object specialization for ContactKey.

Definition at line 140 of file ContactKey.hpp.

Member Typedef Documentation

◆ argument_type

Argument type.

Definition at line 143 of file ContactKey.hpp.

◆ result_type

using std::hash< playrho::ContactKey >::result_type = std::size_t

Result type.

Definition at line 146 of file ContactKey.hpp.

Member Function Documentation

◆ operator()()

PLAYRHO_CONSTEXPR std::size_t std::hash< playrho::ContactKey >::operator() ( const playrho::ContactKey key) const
inline

Function object operator.

Definition at line 149 of file ContactKey.hpp.


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