[draft] implemented container::MultiLevelHashSet
[libcds.git] / cds / container / striped_set.h
index c18284587342d314eb64dba8d37f8999970c1fbb..af53836ac2873e51f89b9a1aac5996848fb549ed 100644 (file)
@@ -482,6 +482,10 @@ namespace cds { namespace container {
         typedef typename base_class::allocator_type     allocator_type  ; ///< allocator type specified in options.
         typedef typename base_class::mutex_policy       mutex_policy    ; ///< Mutex policy
 
+        //@cond
+        typedef cds::container::striped_set::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         //@cond
         typedef typename base_class::scoped_cell_lock   scoped_cell_lock;