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

The base case for find_first_index_impl. More...

Detailed Description

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

The base case for find_first_index_impl.

Template Parameters
Itemsthe tuple of input elements
Predicatethe predicate to be tested on each element
indexthe starting index to start the search
Argsadditional arguments to pass to Predicate after each element

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