From 1934874e44b9feebbcd1a7789587bc09a3729a8e Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 4 Oct 2016 13:25:55 -0700 Subject: [PATCH] hobject: add helper typedefs Signed-off-by: Samuel Just --- src/common/hobject.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/hobject.h b/src/common/hobject.h index 280a4301822..8e8c83d49c3 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -327,6 +327,10 @@ public: return cmp_nibblewise(l, r) < 0; } }; + template + using bitwisemap = std::map; + + using bitwiseset = std::set; }; WRITE_CLASS_ENCODER(hobject_t) -- 2.39.5