Changeset 2122 for trunk/yat/utility/DataWeightProxy.h
- Timestamp:
- Dec 19, 2009, 3:30:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/DataWeightProxy.h
r2119 r2122 106 106 }; 107 107 108 109 /**110 \brief equality operator111 112 \relates DataWeightProxy113 */114 template<typename DataIterator, typename WeightIterator>115 bool operator==(const DataWeightProxy<DataIterator, WeightIterator>& lhs,116 const DataWeightProxy<DataIterator, WeightIterator>& rhs)117 {118 return lhs.data()==rhs.data() && lhs.weight()==rhs.weight();119 }120 121 108 }}} // of namespace utility, yat, and theplu 122 109
Note: See TracChangeset
for help on using the changeset viewer.