Pyrogenesis
13997
|
Functions | |
template<class Container , class T > | |
void | remove_first_occurrence (Container &container, const T &value) |
Removes the first occurrence of the specified value from the container. More... | |
template<class Container , class T > | |
bool | exists_in (const Container &container, const T &value) |
template<class Container , class T > | |
T * | find_in (const Container &container, const T &value) |
Finds a value in a container. More... | |
|
inline |
|
inline |