"is_member_function_pointer" method with function arguments

Jonathan Wakely jwakely.gcc@gmail.com
Wed Dec 18 11:44:00 GMT 2013


On 17 December 2013 20:57, Stefan wrote:
>
> thanks for your reply. The main intention was to check if a certain function exists for specific class (at compile time). For non overloaded functions - as you mentioned - it is working, like c_str() or data() (basic_string class) but I'm still searching for a code to overloaded functions, like resize().

I showed you the code to do that.



More information about the Libstdc++ mailing list