Changeset 71 for trunk/lib/utility.h
- Timestamp:
- Feb 23, 2006, 10:25:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.h
r60 r71 33 33 /// @return resulting vector 34 34 /// 35 template < classT >35 template <typename T > 36 36 struct VectorPlus : 37 37 public std::binary_function<std::vector<T>,std::vector<T>,std::vector<T> > … … 59 59 /// @return resulting vector 60 60 /// 61 template < class Key, classT>61 template <typename Key, typename T> 62 62 struct PairValuePlus : 63 63 public std::binary_function<std::vector<T>,
Note: See TracChangeset
for help on using the changeset viewer.