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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename ForwardIt, typename Predicate>
constexpr auto partition_point (ForwardIt first, ForwardIt last, Predicate p) -> ForwardIt
 Examines the partitioned (as if by partition) range [first, last) and locates the end of the first partition, that is, the first element that does not satisfy p or last if all elements satisfy p.