Pyrogenesis
13997
|
Go to the source code of this file.
Namespaces | |
ps | |
Functions | |
template<class Container , class T > | |
void | ps::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 | ps::exists_in (const Container &container, const T &value) |
template<class Container , class T > | |
T * | ps::find_in (const Container &container, const T &value) |
Finds a value in a container. More... | |