forked from boostorg/fusion
Cosmetic
This commit is contained in:
@ -441,10 +441,10 @@ Linear, exactly `__result_of_size__<Sequence>::value` applications of `F`.
|
|||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
[section for_each]
|
[section for_each]
|
||||||
A metafunction returning the result type of applying __for_each__ to a sequence. The
|
|
||||||
return type of __for_each__ is always `void`.
|
|
||||||
|
|
||||||
[heading Description]
|
[heading Description]
|
||||||
|
A metafunction returning the result type of applying __for_each__ to a sequence. The
|
||||||
|
return type of __for_each__ is always `void`.
|
||||||
|
|
||||||
[heading Synopsis]
|
[heading Synopsis]
|
||||||
template<
|
template<
|
||||||
@ -724,6 +724,8 @@ or `__end__(seq)` if there is no such element.
|
|||||||
[heading Complexity]
|
[heading Complexity]
|
||||||
Linear. At most `__result_of_size__<Sequence>::value` comparisons.
|
Linear. At most `__result_of_size__<Sequence>::value` comparisons.
|
||||||
|
|
||||||
|
[heading Header]
|
||||||
|
|
||||||
#include <boost/fusion/algorithm/query/find_if.hpp>
|
#include <boost/fusion/algorithm/query/find_if.hpp>
|
||||||
#include <boost/fusion/include/find_if.hpp>
|
#include <boost/fusion/include/find_if.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user