From f6fd78155b0a4fd229b1b352fe87efed2460d982 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 25 Feb 2022 00:11:17 +0100 Subject: [PATCH] Add `rbegin()` and `lower_bound()` for main DB --- lmdb-typed.hh | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/lmdb-typed.hh b/lmdb-typed.hh index 4507998..562455c 100644 --- a/lmdb-typed.hh +++ b/lmdb-typed.hh @@ -561,7 +561,37 @@ public: } return iter_t{ &d_parent, std::move(cursor), false, false }; - }; + } + + template