From: Samuel Just Date: Tue, 4 Oct 2016 20:25:55 +0000 (-0700) Subject: hobject: add helper typedefs X-Git-Tag: v11.1.0~245^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1934874e44b9feebbcd1a7789587bc09a3729a8e;p=ceph.git hobject: add helper typedefs Signed-off-by: Samuel Just --- diff --git a/src/common/hobject.h b/src/common/hobject.h index 280a43018229..8e8c83d49c31 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)