Core Library
Namespaces | Functions
Algorithm.hpp File Reference

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.

Detailed Description

Extensions to the standard <algorithm> functions.

Author:
Chris Oldwood