Default traits for the array container. Specifies customizable type parameters that could be changed on a per-container basis.
More...
template<typename T, typename P, typename M>
struct stapl::array_traits< T, P, M >
Default traits for the array container. Specifies customizable type parameters that could be changed on a per-container basis.
- Template Parameters
-
T | Type of the stored elements in the array. |
PS | Partition strategy that defines how to partition the original domain into subdomains. The default partition is balanced_partition. |
M | Mapper that defines how to map the subdomains produced by the partition to locations. The default mapper is mapper. |
- See also
- array
The documentation for this struct was generated from the following file: