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