STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::detail::find_first_index_impl< Items, Predicate, index, items_left, Arg > Struct Template Reference

Helper function to find the first item in a given tuple that satisfies a given predicate. More...

Detailed Description

template<typename Items, template< typename... > class Predicate, int index, int items_left, typename... Arg>
struct stapl::detail::find_first_index_impl< Items, Predicate, index, items_left, Arg >

Helper function to find the first item in a given tuple that satisfies a given predicate.

Template Parameters
Itemsthe tuple of input elements
Predicatethe predicate to be tested on each element
indexthe starting index to start the search
items_leftdetermines the number of items left to check the predicate
Argadditional arguments to pass to Predicate after each element

The documentation for this struct was generated from the following file: