SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
shuffle.hpp File Reference

コンテナの要素をシャッフル More...

Go to the source code of this file.

Namespaces

 sig
 
 sig::impl
 

Functions

template<class C >
void sig::shuffle (C &container)
 コンテナの要素をシャッフル More...
 
template<class C >
void sig::impl::shuffle_impl (uint loop, C const &seq)
 
template<class C , class It , class... Its>
void sig::impl::shuffle_impl (uint loop, C const &seq, It iter, Its...iters)
 
template<class... Cs>
void sig::shuffle (Cs &...containers)
 複数のコンテナの同じインデックスの要素を対応させながらシャッフル More...
 

Detailed Description

コンテナの要素をシャッフル

Definition in file shuffle.hpp.