X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fskip_list_set_rcu.h;h=5004833531d4fab7f749cdb2fed2922df023dc29;hb=1831737c7cc9d4b31ee6f555f8450fba0748571d;hp=a61ce17af46df20c78890f294e158743a3e262b9;hpb=1299028af6164e05fb012f668a9252e5d16d0f39;p=libcds.git diff --git a/cds/container/skip_list_set_rcu.h b/cds/container/skip_list_set_rcu.h index a61ce17a..50048335 100644 --- a/cds/container/skip_list_set_rcu.h +++ b/cds/container/skip_list_set_rcu.h @@ -477,7 +477,7 @@ namespace cds { namespace container { /// Extracts an item with minimal key from the set /** - The function searches an item with minimal key, unlinks it, + The function searches an item with minimal key, unlinks it, and returns \ref cds::urcu::exempt_ptr "exempt_ptr" pointer to the item. If the skip-list is empty the function returns an empty \p exempt_ptr. @@ -494,7 +494,7 @@ namespace cds { namespace container { /// Extracts an item with maximal key from the set /** - The function searches an item with maximal key, unlinks it from the set, + The function searches an item with maximal key, unlinks it from the set, and returns \ref cds::urcu::exempt_ptr "exempt_ptr" pointer to the item. If the skip-list is empty the function returns an empty \p exempt_ptr.