Changeset 1551 for trunk/yat/utility/VectorBase.h
- Timestamp:
- Oct 6, 2008, 4:01:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/VectorBase.h
r1487 r1551 54 54 { 55 55 public: 56 /** 57 value_type is double 58 59 \since New in yat 0.5 60 */ 61 typedef double value_type; 62 63 /** 64 const_reference type is const double& 65 66 \since New in yat 0.5 67 */ 68 typedef const double& const_reference; 69 56 70 /// \brief VectorBase::const_iterator 57 71 typedef StrideIterator<const double*> const_iterator;
Note: See TracChangeset
for help on using the changeset viewer.