__func__, __FUNCTION__, __PRETTY_FUNCTION__

In C++, __PRETTY_FUNCTION__ contains the type signature of the function.

See http://gcc.gnu.org/onlinedocs/gcc-4.5.2/gcc/Function-Names.html for more information.

相关文章:

  • 2021-10-17
  • 2021-07-03
  • 2021-06-30
  • 2021-09-19
  • 2021-12-02
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案