C++11 has implemented data() member function on std::vector, which gives you a pointer to the memory array. Does this mean the template specializat
data()
std::vector
Well, there is no std::vector::data, so what you can expect is a compile error.
std::vector::data