tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
search.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename FwdIt , typename Searcher >
constexpr auto search (FwdIt first, FwdIt last, Searcher const &searcher) -> FwdIt
 
template<typename FwdIt1 , typename FwdIt2 >
constexpr auto search (FwdIt1 first, FwdIt1 last, FwdIt2 sFirst, FwdIt2 sLast) -> FwdIt1
 
template<typename FwdIt1 , typename FwdIt2 , typename Predicate >
constexpr auto search (FwdIt1 first, FwdIt1 last, FwdIt2 sFirst, FwdIt2 sLast, Predicate pred) -> FwdIt1