qt

Macro func_name

Source
macro_rules! func_name {
    () => { ... };
}
Expand description

Macro that can get the function name of the function the macro is invoked within