Changeset 2504 for trunk/doc/concepts.doxygen
- Timestamp:
- Jun 29, 2011, 9:26:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/concepts.doxygen
r2339 r2504 2 2 // 3 3 // Copyright (C) 2008 Jari Häkkinen, Peter Johansson, Markus Ringnér 4 // Copyright (C) 2009, 2010 Peter Johansson4 // Copyright (C) 2009, 2010, 2011 Peter Johansson 5 5 // 6 6 // This file is part of the yat library, http://dev.thep.lu.se/yat … … 445 445 \section Description 446 446 447 \ref concept_data_iterator is an iterator that comes in two shapes: 448 449 - it is either a \ref concept_weighted_iterator with value type 450 convertible to theplu::yat::utility::DataWeight 451 - it is an unweighted iterator with value type 452 convertible to \c double. 447 \ref concept_data_iterator is an iterator that is either: 448 449 - a \ref concept_weighted_iterator with value type convertible to 450 theplu::yat::utility::DataWeight. 451 - an unweighted iterator with value type convertible to \c double. 453 452 454 453 \section Implementations
Note: See TracChangeset
for help on using the changeset viewer.