tetl 0.1.0
Embedded Template Library
|
Default searcher. A class suitable for use with Searcher overload of etl::search that delegates the search operation to the pre-C++17 standard library's etl::search. More...
#include <default_searcher.hpp>
Public Member Functions | |
constexpr | default_searcher (ForwardIter f, ForwardIter l, Predicate p=Predicate()) |
template<typename ForwardIter2 > | |
constexpr auto | operator() (ForwardIter2 f, ForwardIter2 l) const -> etl::pair< ForwardIter2, ForwardIter2 > |
Default searcher. A class suitable for use with Searcher overload of etl::search that delegates the search operation to the pre-C++17 standard library's etl::search.
|
inlineconstexpr |
|
inlineconstexpr |