Changeset 3392 for trunk/yat/utility/sort_index.h
- Timestamp:
- Mar 16, 2015, 8:56:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/sort_index.h
r3285 r3392 45 45 range, and the last element of \a sort_index gives the index of 46 46 the greatest element in the range. The function will not affect 47 the range, i.e., ForwardIterator can be read-only.47 the range, i.e., InputIterator can be read-only. 48 48 49 49 Type Requirements: … … 56 56 Default Constructible</a> or \c InputIterator is 57 57 \random_access_traversal_iterator. 58 - Either \c InputIterator::value_type is 59 <a href=http://www.sgi.com/tech/stl/Assignable.html> 60 Assignable</a> or \c InputIterator is 61 \random_access_traversal_iterator. 58 - \c InputIterator::value_type is 59 <a href=http://www.sgi.com/tech/stl/Assignable.html>Assignable</a> 62 60 63 61 \since New in yat 0.5. In versions prior 0.13 function was restricted to
Note: See TracChangeset
for help on using the changeset viewer.