|
|
Enables hashing of std::tuple. More...
#include <RobotComponents/components/MotionPlanning/util/HashingUtil.h>
Public Types | |
| using | argument_type = tuple<Ts...> |
| the hash operator's argument type. | |
| using | result_type = std::size_t |
| the hash operator's result type | |
Public Member Functions | |
| result_type | operator() (argument_type const &arg) const |
| Hashes a tuple. | |
Enables hashing of std::tuple.
Definition at line 144 of file HashingUtil.h.
| using argument_type = tuple<Ts...> |
the hash operator's argument type.
Definition at line 149 of file HashingUtil.h.
| using result_type = std::size_t |
the hash operator's result type
Definition at line 153 of file HashingUtil.h.
|
inline |
Hashes a tuple.
| the | tuple to hash |
Definition at line 161 of file HashingUtil.h.