|
Enables hashing of std::pair. More...
#include <RobotComponents/components/MotionPlanning/util/HashingUtil.h>
Public Types | |
using | argument_type = pair< A, B > |
the hash operator's argument type. More... | |
using | result_type = std::size_t |
the hash operator's result type More... | |
Public Member Functions | |
result_type | operator() (argument_type const &arg) const |
Hashes a pair. More... | |
Enables hashing of std::pair.
Definition at line 167 of file HashingUtil.h.
using argument_type = pair<A, B> |
the hash operator's argument type.
Definition at line 172 of file HashingUtil.h.
using result_type = std::size_t |
the hash operator's result type
Definition at line 176 of file HashingUtil.h.
|
inline |
Hashes a pair.
the | pair to hash |
Definition at line 183 of file HashingUtil.h.