Fix description of find_if document.

This commit is contained in:
Kohei Takahashi
2014-11-07 12:40:25 +09:00
parent 7a7b225fb1
commit a87a665072

View File

@ -574,10 +574,10 @@ Linear. At most `__result_of_size__<Sequence>::value` comparisons.
[endsect] [endsect]
[section find_if] [section find_if]
Finds the first element within a sequence with a type for which a given __mpl_lambda_expression__ evaluates to
`boost::mpl::true_`.
[heading Description] [heading Description]
Finds the first element within a sequence with a type for which a given __mpl_lambda_expression__ evaluates to
`boost::mpl::true_`.
[heading Synopsis] [heading Synopsis]
template< template<