MorphoGraphX  2.0-1-227
Classes | Namespaces | Macros | Functions
SetVector.hpp File Reference
#include <Config.hpp>
#include <algorithm>
#include <functional>
#include <vector>

Go to the source code of this file.

Classes

class  mgx::multiset_vector< Key, Compare, Allocator >
 
class  mgx::set_vector< Key, Compare, Allocator >
 

Namespaces

 mgx
 Distributed matrix library.
 

Macros

#define NOEXCEPT
 
#define STD_FORWARD(T, V)
 

Functions

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)
 

Macro Definition Documentation

◆ NOEXCEPT

#define NOEXCEPT

Definition at line 25 of file SetVector.hpp.

◆ STD_FORWARD

#define STD_FORWARD (   T,
 
)

Definition at line 26 of file SetVector.hpp.