Re: A member pointer to a member function? - Followup Question
From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 11/08/04
- Next message: David L: "function with ? parameters"
- Previous message: Simon Trew: "Re: What OpenMP brings to C++?"
- In reply to: Ray Mitchell: "Re: A member pointer to a member function? - Followup Question"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 7 Nov 2004 16:12:04 -0800
Ray Mitchell wrote:
> Is there a way to achieve the syntax I want?
I don't think so, no. Invoking through a pointer to member function is just
ugly - especially when the pmf in question is itself a member of the object
on which you invoke the function.
-cd
- Next message: David L: "function with ? parameters"
- Previous message: Simon Trew: "Re: What OpenMP brings to C++?"
- In reply to: Ray Mitchell: "Re: A member pointer to a member function? - Followup Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|