tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename ForwardIt, typename Size, typename ValueT> | |
constexpr auto | search_n (ForwardIt first, ForwardIt last, Size count, ValueT const &value) -> ForwardIt |
Searches the range [first, last) for the first sequence of count identical elements, each equal to the given value. | |
template<typename ForwardIt, typename Size, typename ValueT, typename Predicate> | |
constexpr auto | search_n (ForwardIt first, ForwardIt last, Size count, ValueT const &value, Predicate pred) -> ForwardIt |
Searches the range [first, last) for the first sequence of count identical elements, each equal to the given value. | |