[draft] implemented container::MultiLevelHashSet
[libcds.git] / cds / container / lazy_kvlist_rcu.h
index de24d1312dc0124e0009786aff83085b80238fd9..c805ac02beabef4c3de8baf63570eb19306e62d3 100644 (file)
@@ -124,6 +124,8 @@ namespace cds { namespace container {
         using exempt_ptr = cds::urcu::exempt_ptr< gc, node_type, value_type, typename maker::intrusive_traits::disposer,
             cds::urcu::details::conventional_exempt_pair_cast<node_type, value_type>
         >;
+        /// Type of \p get() member function return value
+        typedef value_type * raw_ptr;
 
     protected:
         //@cond