Open rogerworld opened 6 months ago
Hello,
First of all thank you for the great efficient queue.
I have a novice question. I need to use an std vector instead of a static array and need to reuse it in a while loop.
Do you have an example that illustrate this use case.
My concern is the follow: Do I need to clear the vector each time ?
Thank you for your help.
What have you tried? What isn't working? Is the element type itself a vector, or are you trying to use the bulk API?
Hello,
First of all thank you for the great efficient queue.
I have a novice question. I need to use an std vector instead of a static array and need to reuse it in a while loop.
Do you have an example that illustrate this use case.
My concern is the follow: Do I need to clear the vector each time ?
Thank you for your help.