|
| 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.
|
| |