Monday, 26 August 2013

How to get the parameters' type and return type of a function?

How to get the parameters' type and return type of a function?

References

Reference NO 1

http://www.drdobbs.com/cpp/extracting-function-parameter-and-return/240000586

Reference NO 2

http://stackoverflow.com/questions/15200048/how-to-get-the-parameters-type-and-return-type-of-a-function

Reference NO 3

http://stackoverflow.com/questions/7943525/is-it-possible-to-figure-out-the-parameter-type-and-return-type-of-a-lambda

Reference NO 4

http://blog.alxandr.me/2009/02/01/functions-parameters-and-return-types/

Reference NO 5

http://bytes.com/topic/c/answers/941946-get-return-type-function-template-parameter

Reference NO 6

http://www.cs.utah.edu/~germain/PPS/Topics/C_Language/c_functions.html

Reference NO 7

http://www.cs.fsu.edu/~cop3014p/lectures/ch7/index.html

Reference NO 8

http://publications.gbdirect.co.uk/c_book/chapter4/function_types.html

No comments:

Post a Comment