83
80
friend bool operator<(const Catalog &left, const Catalog &right)
88
85
friend std::ostream& operator<<(std::ostream& output, const Catalog &identifier)
102
92
return boost::iequals(left.getName(), right.getName());
112
107
} /* namespace identifier */
113
108
} /* namespace drizzled */