mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 20:17:17 +02:00
@ -43,7 +43,6 @@ namespace boost {
|
|||||||
The result is given as an \c iterator_range delimiting the match.
|
The result is given as an \c iterator_range delimiting the match.
|
||||||
|
|
||||||
\param Search A substring to be searched for.
|
\param Search A substring to be searched for.
|
||||||
\param Comp An element comparison predicate
|
|
||||||
\return An instance of the \c first_finder object
|
\return An instance of the \c first_finder object
|
||||||
*/
|
*/
|
||||||
template<typename RangeT>
|
template<typename RangeT>
|
||||||
@ -84,7 +83,6 @@ namespace boost {
|
|||||||
The result is given as an \c iterator_range delimiting the match.
|
The result is given as an \c iterator_range delimiting the match.
|
||||||
|
|
||||||
\param Search A substring to be searched for.
|
\param Search A substring to be searched for.
|
||||||
\param Comp An element comparison predicate
|
|
||||||
\return An instance of the \c last_finder object
|
\return An instance of the \c last_finder object
|
||||||
*/
|
*/
|
||||||
template<typename RangeT>
|
template<typename RangeT>
|
||||||
@ -124,7 +122,6 @@ namespace boost {
|
|||||||
|
|
||||||
\param Search A substring to be searched for.
|
\param Search A substring to be searched for.
|
||||||
\param Nth An index of the match to be find
|
\param Nth An index of the match to be find
|
||||||
\param Comp An element comparison predicate
|
|
||||||
\return An instance of the \c nth_finder object
|
\return An instance of the \c nth_finder object
|
||||||
*/
|
*/
|
||||||
template<typename RangeT>
|
template<typename RangeT>
|
||||||
@ -230,7 +227,6 @@ namespace boost {
|
|||||||
|
|
||||||
\param Begin Beginning of the range
|
\param Begin Beginning of the range
|
||||||
\param End End of the range
|
\param End End of the range
|
||||||
\param Range The range.
|
|
||||||
\return An instance of the \c range_finger object
|
\return An instance of the \c range_finger object
|
||||||
*/
|
*/
|
||||||
template< typename ForwardIteratorT >
|
template< typename ForwardIteratorT >
|
||||||
|
Reference in New Issue
Block a user