From: khizmax Date: Sun, 27 Mar 2016 19:52:42 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~315 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ed8bed9e256d75bd1770ace553233f36be9b7ff;p=libcds.git Docfix --- diff --git a/cds/container/michael_map.h b/cds/container/michael_map.h index bda80b71..1adc0be8 100644 --- a/cds/container/michael_map.h +++ b/cds/container/michael_map.h @@ -637,7 +637,7 @@ namespace cds { namespace container { /// Extracts the item with specified \p key /** \anchor cds_nonintrusive_MichaelHashMap_hp_extract The function searches an item with key equal to \p key, - unlinks it from the set, and returns it as \p guarded_ptr. + unlinks it from the map, and returns it as \p guarded_ptr. If \p key is not found the function returns an empty guarded pointer. Note the compare functor should accept a parameter of type \p K that may be not the same as \p key_type.