X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fimpl%2Fmultilevel_hashset.h;h=e33a0e0574ddd344232c097bfc36253532d87705;hb=f49c4546f69116dc589a2c76caeefbeee5fd648c;hp=d0b2a94b4cfb5538e0dcfb49049b5699c5d5076f;hpb=ce86068374907076f98cdd0367806e4a5585b02a;p=libcds.git diff --git a/cds/container/impl/multilevel_hashset.h b/cds/container/impl/multilevel_hashset.h index d0b2a94b..e33a0e05 100644 --- a/cds/container/impl/multilevel_hashset.h +++ b/cds/container/impl/multilevel_hashset.h @@ -451,7 +451,7 @@ namespace cds { namespace container { - equality operators == and !=. Iterators are equal iff they point to the same cell of the same array node. Note that for two iterators \p it1 and \p it2, the conditon it1 == it2 - does not entail &(*it1) == &(*it2) : welcome to concurrent containers + does not entail &(*it1) == &(*it2) - helper member function \p release() that clears internal hazard pointer. After \p release() call the iterator points to \p nullptr but it still remain valid: further iterating is possible. */