Public Member Functions | |
| MultiPermutation (std::vector< std::vector< size_t >> const &t_numbers) | |
| MultiPermutation (MultiPermutation const &other)=delete | |
| MultiPermutation & | operator= (MultiPermutation const &other)=delete |
| MultiPermutation (MultiPermutation &&other)=default | |
| MultiPermutation & | operator= (MultiPermutation &&other)=default |
| bool | nextPermutation () |
| template<class T > | |
| std::vector< T > | applyPermutation (std::vector< T > const &collection) |
| void | print () const |
1.8.13