hash< std::pair< T1, T2 > > Struct Template Reference

#include <ArmarXCore/util/CPPUtility/hash.h>

Public Types

using argument_type = std::pair< T1, T2 >
 
using result_type = std::size_t
 

Public Member Functions

result_type operator() (argument_type const &s) const noexcept
 

Detailed Description

template<class T1, class T2>
struct std::hash< std::pair< T1, T2 > >

Definition at line 34 of file hash.h.

Member Typedef Documentation

◆ argument_type

using argument_type = std::pair<T1, T2>

Definition at line 36 of file hash.h.

◆ result_type

using result_type = std::size_t

Definition at line 37 of file hash.h.

Member Function Documentation

◆ operator()()

result_type operator() ( argument_type const &  s) const
inlinenoexcept

Definition at line 38 of file hash.h.

+ Here is the call graph for this function:

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