From da4277d08ff7331ca7c5c2f33e0d75c93bfaf42d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Dec 2025 09:41:01 +0100 Subject: feat: add pred types. Signed-off-by: Amlal El Mahrouss --- include/ocl/tproc/rope.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/ocl/tproc/rope.hpp b/include/ocl/tproc/rope.hpp index c0fd756..c01106c 100644 --- a/include/ocl/tproc/rope.hpp +++ b/include/ocl/tproc/rope.hpp @@ -10,6 +10,11 @@ namespace ocl::tproc::rope { + struct reverse_pred; + struct fast_pred; + struct lowercase_pred; + struct exact_pred; + struct stars_with_pred; template It find(It begin, It end, Pred); -- cgit v1.2.3