|
ug4
|
#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| template<class T > | |
| T * | ug::GetDataPtr (std::vector< T > &v) |
| Returns a pointer to the array which is managed by the std::vector. | |