$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-03-30 09:19:29
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