Changeset 2312 for trunk/doc/concepts.doxygen
- Timestamp:
- Aug 17, 2010, 4:21:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/concepts.doxygen
r2299 r2312 425 425 documentation). Otherwise, you will need to implement a 426 426 specialization. Note that the default implementation requires that, if 427 \c iterator is a weighted iterator, \c iterator::reference must have427 \c iterator is a weighted iterator, its \c reference must have 428 428 member functions data() and weight(). This should not be a problem as 429 long as \c iterator::reference is theplu::yat::utility::DataWeight or429 long as \c reference is theplu::yat::utility::DataWeight or 430 430 theplu::yat::utility::DataWeightProxy, but could potentially be a 431 problem when creating weighted iterators with other \c ::reference.431 problem when creating weighted iterators with other \c reference. 432 432 433 433 */
Note: See TracChangeset
for help on using the changeset viewer.