Embedded Template Library 1.0
|
Classes | |
struct | etl::permutations< NV, KV > |
permutations<N, K> : Calculates K permutations from N.
struct etl::permutations |
Calculates permutations.
Static Public Attributes | |
static ETL_CONSTANT size_t | value = NV * permutations<NV - 1, KV - 1>::value |