Changeset 2311
- Timestamp:
- Aug 17, 2010, 3:53:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/iterator_traits.h
r2202 r2311 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.