|
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. 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 tuple. More... | |
Enables hashing of std::tuple.
Definition at line 138 of file HashingUtil.h.
using argument_type = tuple<Ts...> |
the hash operator's argument type.
Definition at line 143 of file HashingUtil.h.
using result_type = std::size_t |
the hash operator's result type
Definition at line 147 of file HashingUtil.h.
|
inline |
Hashes a tuple.
the | tuple to hash |
Definition at line 153 of file HashingUtil.h.