Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
ps_stl.h File Reference

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 >
Tps::find_in (const Container &container, const T &value)
 Finds a value in a container. More...