Changeset 1115 for trunk/yat/utility/iterator_traits.h
- Timestamp:
- Feb 21, 2008, 8:20:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/iterator_traits.h
r1092 r1115 37 37 /** 38 38 Struct to be used to make compile-time decision that Iterator is 39 weighted. Some algorithms come in also in a weighted version in39 weighted. Some algorithms come also in a weighted version and 40 40 this tag could be used to decide on using them (rather than 41 unweighted cousin).41 the corresponding unweighted algorithm). 42 42 */ 43 43 struct weighted_iterator_tag {}; … … 109 109 110 110 /** 111 \brief traits to make unweighted iterator work in asa weighted111 \brief traits to make unweighted iterator work as in a weighted 112 112 113 113 This class must be implemented for every iterator that can be weighted.
Note: See TracChangeset
for help on using the changeset viewer.