Unquote __FUNCTION__ macro in C++

荒凉一梦 提交于 2021-02-07 20:15:37

问题


Is that possible to unquote __FUNCTION__ macro? I need to call function with same name from other object:

this->__FUNCTION__(params)

But function gives function name with quotes...

来源:https://stackoverflow.com/questions/36352289/unquote-function-macro-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!