Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 382 Bytes

funcinfo

Several functions and macros for parsing signatures to get the name of a function, class, etc.

Requires C++17 and higher.

Provided macros:

  • FUNC_SIG - get function signature
  • FUNCNAME - get function name
  • CLASSNAME - get class name
  • CLASSFUNC - get class::func
  • MODULENAME - get module name

See more details: example/main.cpp