#include <Config.hpp>
#include <algorithm>
#include <functional>
#include <vector>
Go to the source code of this file.
|
| | mgx |
| | Distributed matrix library.
|
| |
|
| template<typename Key , typename Compare , typename Allocator > |
| void | mgx::swap (multiset_vector< Key, Compare, Allocator > &v1, multiset_vector< Key, Compare, Allocator > &v2) |
| |
| template<typename Key , typename Compare , typename Allocator > |
| void | mgx::swap (set_vector< Key, Compare, Allocator > &v1, set_vector< Key, Compare, Allocator > &v2) |
| |
◆ NOEXCEPT
◆ STD_FORWARD
| #define STD_FORWARD |
( |
|
T, |
|
|
|
V |
|
) |
| |