generator  1.2
Public Member Functions | List of all members
std::hash< Pair > Struct Template Reference

A specialisation of std::hash template class for Pair data-structure. More...

#include <RoboticLine.h>

+ Collaboration diagram for std::hash< Pair >:

Public Member Functions

size_t operator() (const Pair &p) const
 It calculates the hash value for the given argument. More...
 

Detailed Description

template<>
struct std::hash< Pair >

A specialisation of std::hash template class for Pair data-structure.

Definition at line 492 of file RoboticLine.h.

Member Function Documentation

size_t std::hash< Pair >::operator() ( const Pair p) const
inline

It calculates the hash value for the given argument.

Parameters
pPair data-structure from which the hash is computed.
Returns
The hash value of p.

Definition at line 498 of file RoboticLine.h.


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