Ignore:
Timestamp:
Mar 16, 2015, 8:56:02 AM (8 years ago)
Author:
Peter
Message:

refs #803. sort_index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/sort_index.h

    r3285 r3392  
    4545     range, and the last element of \a sort_index gives the index of
    4646     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.
    4848
    4949     Type Requirements:
     
    5656     Default Constructible</a> or \c InputIterator is
    5757     \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>
    6260
    6361     \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.