 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
vsgdp Guest
|
Posted: Wed Jul 12, 2006 9:10 am Post subject: T* const& a, |
|
|
Does this mean (T* const)& (i.e., a reference to a constant pointer to a T).
So the pointer is constant but not the object pointed to? |
|
| Back to top |
|
 |
Forest Guest
|
Posted: Wed Jul 12, 2006 9:10 am Post subject: Re: T* const& a, |
|
|
Yes, I think so.
vsgdp wrote:
| Quote: | Does this mean (T* const)& (i.e., a reference to a constant pointer to a T).
So the pointer is constant but not the object pointed to? |
|
|
| Back to top |
|
 |
Jakob Bieling Guest
|
Posted: Wed Jul 12, 2006 9:10 am Post subject: Re: T* const& a, |
|
|
vsgdp <hello (AT) null (DOT) com> wrote:
| Quote: | Does this mean (T* const)& (i.e., a reference to a constant pointer
to a T). So the pointer is constant but not the object pointed to?
|
Yes, the parenthesis are not needed tho.
hth
--
jb
(reply address in rot13, unscramble first) |
|
| Back to top |
|
 |
Ron Natalie Guest
|
Posted: Thu Jul 13, 2006 9:10 am Post subject: Re: T* const& a, |
|
|
Dilip wrote:
| Quote: |
YOu probably know this already but didn't the Vandevoorde/Josuttis C++
Templates book mention an easier way to determine exactly what is const
in an expression?
My strategy deals with all aspects of the declaration not just |
constness. It's useful when dealing with bizarre things like:
int (*foo[3])(int*); |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|