3.5.1. array.hpp

Full path: permutation/array.hpp

template<typename ValueType>
class array_permutation

Models MutablePermutation (but not DegreeAwarePermutation).

A minimum overhead permutation implemented as a raw pointer to array.

array_permutation(std::size_t n)

Construct a non-initialized permutation of size n.