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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InputIt, typename Predicate>
constexpr auto find_if_not (InputIt first, InputIt last, Predicate pred) noexcept -> InputIt
 Searches for an element for which predicate q returns false.