STL / Containers
TwinCAT 3 C++ supports STL with regard to
- List
- Map
- Set
- Stack
- String
- Vector
- WString
- Algorithms (such as binary_search)
- See c:\TwinCAT\3.x\Sdk\Include\Stl\Stl\algorithm for a specific list of supported algorithms.
Restrictions
|
More detailed documentation on memory management, which uses STL, can be found here.