How to convert a pointer to member function type to a const member one
Home
FAQ
Contact
Sign in
Search
comp.lang.c++.moderated only
Advanced search
POPULAR GROUPS
perl.cpan.testers
alt.bestjobsusa.computer
alt.bestjobsusa.computer.jobs
us.jobs
us.jobs.offered
alt.bestjobsusa.jobs.offered
news.admin.netabuse.sightings
alt.politics
it.politica
alt.fan.rushlimbaugh
more...
Up
How to convert a pointer to member function type to a const member one
Group:
comp.lang.c++.moderated
·
Group Profile
Author:
mcostalba
mcostalba
Date:
Apr 30, 2008 08:43
Hi all,
I have a problem.
What is the best way to get a type TC from a type T where
T is int(foo::*)(char)
and
TC is int(foo::*)(char) const
I have tried
typdef T const TC
but with no success.
Thanks
Marco
--
[ See
http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
12
Comments
diggit!
del.icio.us!
reddit!
RELATED THREADS
Subject
Articles qty
Group
Re: To convert or not to convert, that's the question
2
comp.lang.clipper.visual-objects
·