#include <algorithm>#include <set>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | base |
Functions | |
| template<class T , class Allocator , class Predicate > | |
| size_t | base::EraseIf (std::vector< T, Allocator > &container, Predicate pred) |
| template<typename Container , typename Value > | |
| bool | base::Contains (const Container &container, const Value &value) |
| template<typename T > | |
| bool | base::Contains (const std::vector< T > &container, const T &value) |