Kanzi  3.9.6
Kanzi Engine API
vector.hpp File Reference
#include "platform.hpp"
#include "algorithm.hpp"
#include <boost/container/vector.hpp>

Namespaces

 boost
 
 kanzi
 Easing functions that require external dependencies for calculation.
 

Functions

template<typename T , typename A , typename U >
bool kanzi::contains (const vector< T, A > &c, const U &value)
 
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 >
void kanzi::unordered_erase (vector< T, A > &c, typename vector< T, A >::iterator it)
 Erases an entry from a vector without preserving the order of other entries. More...