SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
modify.hpp
Go to the documentation of this file.
1 /*
2 Copyright© 2014 Akihiro Nishimura
3 
4 This software is released under the MIT License.
5 http://opensource.org/licenses/mit-license.php
6 */
7 
8 #ifndef SIG_UTIL_MODIFY_HPP
9 #define SIG_UTIL_MODIFY_HPP
10 
12 
13 #include "modify/sort.hpp"
14 #include "modify/shuffle.hpp"
15 #include "modify/remove.hpp"
16 
17 #endif
コンテナの要素をシャッフル
ソートに関連する処理
コンテナの要素削除に関する処理