|
class | stapl::array< T, OptionalParams > |
| Parallel array container.Parallel sequence container with fixed size. By default, its GID type is a std::size_t, which represents the position of values in the array. More...
|
|
class | stapl::static_array< T, OptionalNoInitParam > |
| Parallel non-migratable array container.This container provides fast access, but is limited in numerous ways: this container cannot be migrated; the distribution is fixed to a balanced partition with one base container per location. More...
|
|