3.5.6. permutation.hpp¶
Full path: permutation/permutation.hpp
-
template<typename
Perm
>
conceptPermutation
¶ Requires
MoveConstructible<Perm>
andMoveAssignable<Perm>
.Associated Types-
using
value_type
= typename permutation_traits<Perm>::value_type¶ The type of objects the permutation maps.
Notation
Valid Expressions
-
using
-
template<typename
Perm
>
conceptMutablePermutation
¶ Requires
Permutation<Perm>
.Associated Types-
using
value_type
= typename permutation_traits<Perm>::value_type¶ The type of objects the permutation maps.
Notation-
Perm
p
¶ -
value_type
i
¶ -
value_type
j
¶
Valid Expressions
-
using