Changeset 3092
- Timestamp:
- Oct 16, 2013, 5:00:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/SegmentTree.h
r3064 r3092 162 162 163 163 \return an iterator pointing to the Segment that contains \a 164 vt. If no Segment contains \a vt, end() is returned.164 element. If no Segment contains \a element, end() is returned. 165 165 */ 166 166 const_iterator find(const element_type& element) const;
Note: See TracChangeset
for help on using the changeset viewer.