#include <STL.h>
List of all members.
Detailed Description
Definition at line 33 of file STL.h.
Member Function Documentation
Removes from data the items of given indices
- Parameters:
-
data | (in/out) vector to remove items from |
indices | indices of items to remove |
preserve_order | if true, the items kept in data are in the same order as given. If false, the order may be different; this makes this operation faster |
Definition at line 65 of file STL.h.
Removes from data the items of given indices, but can modify the index vector
- Parameters:
-
data | (in/out) vector to remove items from |
indices | indices of items to remove |
preserve_order | if true, the items kept in data are in the same order as given. If false, the order may be different; this makes this operation faster |
Definition at line 77 of file STL.h.
The documentation for this class was generated from the following file: