cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
find return type of method using typeid
find return type of method using typeid
Oct 24, 2011 at 8:45am UTC
closed account (
j6v0pfjN
)
Hi All,
I want to get the method return type.
I'm getting it through typeid .
typeid( method1( "sample" ) ).name();
But the argument for method1 is a QString.
But without passing argument as "sample" i want to get the return type is it possible?
Topic archived. No new replies allowed.