|
Devel Lib
|
A class for thread-safe handling of vectors. More...
#include <MutexVector.h>
A class for thread-safe handling of vectors.
This class encapsulates a std::vector<T>, providing an interface for thread-safe operations on the vector.
Example
This class must be used when you want to manipulate a vector in a multi-threaded context. Here is a simple usage example: