vector.hpp File Reference
#include "platform.hpp"
#include "algorithm.hpp"
#include <boost/container/vector.hpp>

Namespaces

 boost
 
 kanzi
 

Functions

template<typename T , typename A , typename U >
void kanzi::erase (vector< T, A > &c, const U &value)
 
template<typename T , typename A , typename U >
void kanzi::erase_if (vector< T, A > &c, const U &predicate)
 
template<typename T , typename A , typename U >
bool kanzi::contains (const vector< T, A > &c, const U &value)