Changeset 2310
- Timestamp:
- Aug 12, 2010, 8:32:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/yat/utility/iterator_traits.h
r2166 r2310 229 229 230 230 Struct to check if iterator has mutable data. *Iter must have a 231 function data(). If that function returns double& ::value is231 function data(). If that function returns double& value is 232 232 true. 233 233 */ … … 247 247 248 248 Struct to check if iterator has mutable data. *Iter must have a 249 function data(). If that function returns double& ::value is249 function data(). If that function returns double& value is 250 250 true. 251 251 */
Note: See TracChangeset
for help on using the changeset viewer.