|
Core Library
|
Extensions to the standard <algorithm> functions. More...
#include <algorithm>#include <vector>Namespaces | |
| namespace | Core |
The Core Library namespace. | |
Functions | |
| template<typename T > | |
| bool | Core::exists (const std::vector< T > &container, T value) |
| Search to see if the value exists within the container. | |
| template<typename T > | |
| void | Core::deepCopy (const std::vector< Core::SharedPtr< T > > &input, std::vector< Core::SharedPtr< T > > &output) |
| Perform a deep copy of the container. | |
Extensions to the standard <algorithm> functions.
1.7.6.1