Changeset 1322 for branches/0.4-stable/yat
- Timestamp:
- May 23, 2008, 5:54:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/yat/utility/TypeInfo.h
r1275 r1322 98 98 99 99 /** 100 \brief Based on operator s == and<100 \brief Based on operator < 101 101 */ 102 102 bool operator>(const TypeInfo&, const TypeInfo&); 103 103 104 104 /** 105 \brief Based on operator s == and <105 \brief Based on operator <= 106 106 */ 107 107 bool operator>=(const TypeInfo&, const TypeInfo&);
Note: See TracChangeset
for help on using the changeset viewer.