32template <>
struct std::hash<enzo::nt::Connection>
37 boost::hash_combine(seed, connection.sourceNode);
38 boost::hash_combine(seed, connection.sourceOutput);
39 boost::hash_combine(seed, connection.targetNode);
40 boost::hash_combine(seed, connection.targetInput);