In C ++, is it safe to use std :: map or std :: vector at the same time in different threads, if you DO NOT insert, just perform .find () operations on it?
In the current C ++ standard, there is nothing to say on the topic of streaming, and therefore does not solve this problem. However, the documentation for a specific implementation of the C ++ standard library should cover it.
This is a specific implementation and is not guaranteed by the standard.
. .
Source: https://habr.com/ru/post/1730255/More articles:What is the correct XPath query to look up a value in this XML document? - xpathConditionally adding to a variable inside the target Makefile - variablesHow to redirect the current Asterisk call to AGI using Perl? - perlRemote update script similar to wordpress updater - phpiPhone Obj C - Sorting Mutable Array dictionaries - displaying a string, but sorting by value - sortingHow to create a unique order number - algorithmUpdate using internal join, update 2 columns from both tables - sqlВопрос о динамической типизации в Java - javaJava: how does this code work (return type undefined) - javaOracle DML Errors Missing - oracleAll Articles