DiaDes  0.1
DIAgnosis of Discrete-Event System
Namespaces | Functions
VectorTools.hh File Reference
#include <vector>

Go to the source code of this file.

Namespaces

 Diades
 Namespace of the Diades project.
 
 Diades::Utils
 

Functions

template<typename T >
std::vector< T >::size_type Diades::Utils::swapRemove (std::vector< T > &myVector, typename std::vector< T >::size_type index)
 
template<typename T >
std::vector< T >::size_type Diades::Utils::swapRemove (std::vector< T > &myVector, typename std::vector< T >::iterator &it)
 
template<typename T >
std::vector< T >::size_type Diades::Utils::swapRemoveFirst (std::vector< T > &myVector, const T &element)
 
template<typename T >
std::vector< T >::size_type Diades::Utils::swapRemove (std::vector< T > &myVector, const T &element)
 

Detailed Description

Author
Yannick Pencolé <yannick.pencole at laas.fr>
Date
5 April 2019, 10:51

Definition in file VectorTools.hh.