From 5f68d8399b771da0f3500a5d037315607e25c78d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 26 Apr 2020 16:31:31 +0200 Subject: Add support for OnEachValue compare method. --- validator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'validator.h') diff --git a/validator.h b/validator.h index fafe443..7180bac 100644 --- a/validator.h +++ b/validator.h @@ -90,6 +90,8 @@ protected: template qint64 onEach(const std::vector& b, bool recursive, bool unlight, Functor functor) const; template + qint64 onEachValue(const std::vector& b, bool recursive, bool unlight, Functor functor) const; + template qint64 oneOfThem(const std::vector& b, bool recursive, bool unlight, Functor functor) const; template qint64 allOfThem(const std::vector& b, bool recursive, bool unlight, Functor functor) const; -- cgit v1.2.3-70-g09d2