STD -Vektor in Array konvertieren

std::vector<double> v;
double* a = &v[0];
Disgusted Dogfish