Kaynağa Gözat

doc: dense set

Michele Caini 3 yıl önce
ebeveyn
işleme
06680c64eb
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      docs/md/container.md

+ 2 - 1
docs/md/container.md

@@ -63,4 +63,5 @@ implicit list within the packed array itself.
 
 
 The interface is in all respects similar to its counterpart in the standard
 The interface is in all respects similar to its counterpart in the standard
 library, that is, the `std::unordered_set` class.<br/>
 library, that is, the `std::unordered_set` class.<br/>
-Therefore, there is no need to go into the API description.
+However, this type of set also supports reverse iteration and therefore offers
+all the functions necessary for the purpose (such as `rbegin` and `rend`).