Metafunction to compute the distribution type based on a container type. More...
Public Types | |
using | type = distribution< C, operations::base, operations::iterable, operations::random_access > |
Metafunction to compute the distribution type based on a container type.
C | Type of the container. |