ug4
vector_util.h File Reference
#include <vector>

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<class T >
const T * ug::GetDataPtr (const std::vector< T > &v)
 Returns a pointer to the array which is managed by the std::vector. More...
 
template<class T >
T * ug::GetDataPtr (std::vector< T > &v)
 Returns a pointer to the array which is managed by the std::vector. More...