|
generator
1.2
|
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... | |
A specialisation of std::hash template class for Pair data-structure.
Definition at line 492 of file RoboticLine.h.
It calculates the hash value for the given argument.
| p | Pair data-structure from which the hash is computed. |
Definition at line 498 of file RoboticLine.h.
1.8.9.1