Hello,
I'm using some of containers from STL in my C++ projects, e.g. std::queue, std::vector, std::list...
There are many questions about:
- which of member functions are not thread safe?
- how can I limit or define size of allocated by container space?
- how often is it reallocated?
- what is underlying container for std::queue?
It would be so helpful to get full documentation or even better sourecode.
Best regards,
Maciej Drozd