This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377S: Is the Standard Template Library somewhere documented?

Part Number: TMS320F28377S


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