- Timestamp:
- Oct 4, 2008, 11:26:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Container2DIterator.h
r1540 r1548 114 114 yat_assert<std::out_of_range>(index_ < this->size(), 115 115 "Container2DIterator::dereference"); 116 return ip_.dereference(*container_,row(index_), column(index_));116 return container_->operator()(row(index_), column(index_)); 117 117 } 118 118
Note: See TracChangeset
for help on using the changeset viewer.