"Terje Slettebų" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]

> int main()
> {
>   function_ptr<int (A*, int), &A::a_member> fn;
>
>   // The rest the same
>
>   A a;
>   int r=fn(&a, 3); // sets r to 9
> }
>
Is it similar (in principle) to
http://www.code-genie.com/cpp/articles/events/events.html (long text)?

/Pavel



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to