Fix docs
[libcds.git] / cds / intrusive / lazy_list_nogc.h
index 90486114043bb1934834dc395beeeb24f577b2f1..d65dc84aafe77e8027e7d0307b83ae8ae6985c99 100644 (file)
@@ -295,6 +295,7 @@ namespace cds { namespace intrusive {
         {
             return cend();
         }
+        /// Returns an const iterator that addresses the location succeeding the last element in a list
         const_iterator cend() const
         {
             return const_iterator( const_cast<node_type *>(&m_Tail) );