All the libraries you referenced are indeed part of the C ++ 11 standard. In fact, many language rules have been redesigned to describe how operations work in a multi-threaded environment (previously the specification did not specify any semantics for how the threads would work )
I canβt say why the documentation on these sites is not enough, because I donβt know who runs them, but streams, atoms, etc., of course, are part of C ++ 11.
In the corresponding note, I would strongly suggest not using cplusplus.com as a link. It is known that in the past there were some inaccuracies, and other sites (namely cppreference.com) are much more complete and accurate.
Hope this helps!
source
share