Changeset 932 for trunk/yat/utility/Iterator.h
- Timestamp:
- Oct 5, 2007, 11:03:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Iterator.h
r916 r932 69 69 70 70 /** 71 \return element \a n steps forward 72 */ 73 return_type operator[](difference_type n) const 74 { yat_assert(index_+n < container_->size()); 75 return container_->operator()(index_+n); } 76 77 /** 71 78 \brief pre-increment 72 79
Note: See TracChangeset
for help on using the changeset viewer.