
30 Mar
2006
30 Mar
'06
2:19 p.m.
Nico Galoppo wrote:
Hi Stuart,
thanks for the solution. It seems like what I am looking for, I'll try it out asap. However, I am confused by the typedef below.
typedef int A::*Setter;
Could you explain what is going on here?
It defines Setter to be an alias for the type "pointer to 'integer member of A'". Sebastian Redl