Skip to content

Commit

Permalink
Fix documentation on 'exclude_lambda' has the placements swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Mar 9, 2023
1 parent 0ef3785 commit ae2c21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpie/pipelining/std_glue.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ inline pipe_middle<tfactory<bits::lambda_t, Args<F>, F> > lambda(const F & f) {
/// \brief Pipelining nodes that applies to given functor to items in
/// the stream. The functor should have a typedef named argument_type
/// that is the type of the argument given to the call operator. It is required
/// that the functor returns a pair. The first item should be a boolean
/// indicating whether the item should be pushed to the next node. The second
/// that the functor returns a pair. The second item should be a boolean
/// indicating whether the item should be pushed to the next node. The first
/// should be the value itself.
/// \param f The functor that should be applied to items
///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ae2c21e

Please sign in to comment.