X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcontainer%2Fstriped_map.h;h=7aa03e12c93042ce21bf2ee34a19eb2aad3c07ef;hp=40b32ae34d9edbd5bfdb6b57fa6fbc146c2afa42;hb=305da3404a293d5e5c4e76eb6660eeda5a7d4413;hpb=b0c34f01f53c50aac53bbffc5582a64d983337d6 diff --git a/cds/container/striped_map.h b/cds/container/striped_map.h index 40b32ae3..7aa03e12 100644 --- a/cds/container/striped_map.h +++ b/cds/container/striped_map.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_CONTAINER_STRIPED_MAP_H @@ -681,7 +681,7 @@ template - \p bNew - \p true if the item has been inserted, \p false otherwise - \p item - item of the map - Returns std::pair where \p first is true if operation is successfull, + Returns std::pair where \p first is true if operation is successful, \p second is true if new item has been added or \p false if the item with \p key already is in the map. */