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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename T>
constexpr auto equal_range (ForwardIt first, ForwardIt last, T const &value) -> pair< ForwardIt, ForwardIt >
 
template<typename ForwardIt, typename T, typename Compare>
constexpr auto equal_range (ForwardIt first, ForwardIt last, T const &value, Compare comp) -> pair< ForwardIt, ForwardIt >
 Returns a range containing all elements equivalent to value in the range [first, last).