3.5.2. built_in.hpp
Full path: permutation/built_in.hpp
-
template<typename
T
, typename Allocator
>
class permutation_traits
<std::vector<T, Allocator>>
Specialization to make std::vector
behave like a permutation.
-
template<typename
T
, std::size_t N
>
class permutation_traits
<std::array<T, N>>
Specialization to make std::array
behave like a permutation.