Is the value returned by sizeof(T*) for every T the same?
Can a sizeof(void*) be a different size than an arbitrary sizeof(T*)?
Is the value returned by sizeof(T*) for every T the same?
Can a sizeof(void*) be a different size than an arbitrary sizeof(T*)?
A common example with select modern architectures is that the size of a void * differs from the size of a pointer to a function.