Changeset 1437 for trunk/yat/utility/TypeInfo.h
- Timestamp:
- Aug 25, 2008, 7:55:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/TypeInfo.h
r1275 r1437 6 6 /* 7 7 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2008 Peter Johansson 8 9 9 This file is part of the yat library, http:// trac.thep.lu.se/yat10 This file is part of the yat library, http://dev.thep.lu.se/yat 10 11 11 12 The yat library is free software; you can redistribute it and/or … … 98 99 99 100 /** 100 \brief Based on operator s == and<101 \brief Based on operator < 101 102 */ 102 103 bool operator>(const TypeInfo&, const TypeInfo&); 103 104 104 105 /** 105 \brief Based on operator s == and <106 \brief Based on operator <= 106 107 */ 107 108 bool operator>=(const TypeInfo&, const TypeInfo&);
Note: See TracChangeset
for help on using the changeset viewer.