|
dispenso 1.4.1
A library for task parallelism
|
#include <concurrent_vector.h>
Static Public Attributes | |
| static constexpr size_t | kMaxVectorSize |
| The maximum possible size for the vector. | |
The default ConcurrentVector traits type for defining capacities and max capacities. Both members are required should one wish to supply a custom set of traits.
Definition at line 91 of file concurrent_vector.h.
|
staticconstexpr |
The maximum possible size for the vector.
The reason this exists is because if someone doesn't require vectors of length in e.g. petabytes, the class can use less space. Additionally, some minor optimizations may be possible if the max size is less than 32-bits.
Definition at line 105 of file concurrent_vector.h.