template struct std::hash<move_only_test>
Overview
#include <utils.h> template <> struct hash<move_only_test> { // methods std::size_t operator () (const move_only_test& val) const; };
#include <utils.h> template <> struct hash<move_only_test> { // methods std::size_t operator () (const move_only_test& val) const; };