http://www.open-std.org/jtc1/sc22/wg...efects.html#69
they proposed:
My question is: does the above implies the:
Code:
(Type *) &v<char>[n]==(Type *)(&v<char>[0] + n*sizeof (Type));
where v is a std::vector of char, and Type is in general a simple structured type.
Thanks and sorry for my bad english...