KaCanOpen
 All Classes Functions Variables Typedefs Enumerations Pages
Public Types | Public Member Functions | List of all members
std::hash< kaco::Address > Struct Template Reference

Specialization of std::hash for kaco::Address for use as key type in std::unordered_map. More...

#include <address.h>

Public Types

typedef kaco::Address argument_type
 Argument type.
 
typedef std::size_t result_type
 Result type.
 

Public Member Functions

result_type operator() (argument_type const &s) const
 Hasher. More...
 

Detailed Description

template<>
struct std::hash< kaco::Address >

Specialization of std::hash for kaco::Address for use as key type in std::unordered_map.

Definition at line 62 of file address.h.

Member Function Documentation

result_type std::hash< kaco::Address >::operator() ( argument_type const &  s) const
inline

Hasher.

Parameters
sthe address to hash

Definition at line 72 of file address.h.


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