valarray::operator T *
operator T *();
operator const T *() const;
Both member functions return a pointer to the first element of the controlled array, which must have at least one element.
operator T *();
operator const T *() const;
Both member functions return a pointer to the first element of the controlled array, which must have at least one element.