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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename InputIt, typename T>
constexpr auto find (InputIt first, InputIt last, T const &value) noexcept -> InputIt
 Searches for an element equal to value.