18 #if !defined( BOLT_AMP_FIND_H )
19 #define BOLT_AMP_FIND_H
143 template <
typename InputIterator,
typename T>
144 InputIterator
find(InputIterator first,
147 template <
typename InputIterator,
typename T>
154 template <
typename InputIterator,
typename Predicate>
155 InputIterator find_if(InputIterator first,
158 template <
typename InputIterator,
typename Predicate>
165 template <
typename InputIterator,
typename Predicate>
166 InputIterator find_if_not(InputIterator first,
169 template <
typename InputIterator,
typename Predicate>
178 #include <bolt/amp/detail/find.inl>