tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename InputIt, typename Predicate> | |
constexpr auto | all_of (InputIt first, InputIt last, Predicate p) -> bool |
Checks if unary predicate p returns true for all elements in the range [first, last) . | |