Alias of staticFilterN for 2 arguments
Alias of staticFilterN for 3 arguments
Alias of staticFilterN for 4 arguments
Alias of staticFilterN for 5 arguments
Alias of staticFilterN for 6 arguments
Alias of staticFilterN for 7 arguments
Alias of staticFilterN for 8 arguments
Alias of staticFilterN for 9 arguments
Alias of staticFilterLookaheadN for 1 argument
Alias of staticFilterLookaheadN for 2 arguments
Alias of staticFilterLookaheadN for 3 arguments
Alias of staticFilterLookaheadN for 4 arguments
Alias of staticFilterLookaheadN for 5 arguments
Alias of staticFilterLookaheadN for 6 arguments
Alias of staticFilterLookaheadN for 7 arguments
Alias of staticFilterLookaheadN for 8 arguments
Alias of staticFilterLookaheadN for 9 arguments
Alias of staticFilterLookbehindN for 1 argument
Alias of staticFilterLookbehindN for 2 arguments
Alias of staticFilterLookbehindN for 3 arguments
Alias of staticFilterLookbehindN for 4 arguments
Alias of staticFilterLookbehindN for 5 arguments
Alias of staticFilterLookbehindN for 6 arguments
Alias of staticFilterLookbehindN for 7 arguments
Alias of staticFilterLookbehindN for 8 arguments
Alias of staticFilterLookbehindN for 9 arguments
Performs filtering of expression tuple T one by one by function or template F. If F returns true the resulted element goes to returned expression tuple, else it is discarded.
Performs filtering of expression tuple T passing i elements to function or template F. If F returns true the first element go to returned expression tuple and "window" is moved over T by 1 element. Last i-1 elements goes to resulted tuple without checks.
Performs filtering of expression tuple T passing i elements to function or template F. If F returns true the last element go to returned expression tuple and "window" is moved behind T by 1 element. First i-1 elements goes to resulted tuple without checks.
Performs filtering of expression tuple T passing i elements to function or template F. If F returns true the resulted elements go to returned expression tuple, else it is discarded.
Subject to the terms of the Boost 1.0 license as specified in LICENSE file
© 2014-2015 Anton Gushcha