如何在C ++中检查函数是否具有__attribute__

时间:2016-06-02 19:57:42

标签: c++ compiler-errors clang

是否可以检查某个功能是否具有属性

例如:

__attribute__((annotate("foo"))) void foo() {} 

有属性,所以程序应该说foo()函数有属性,它的注释是" foo"

假设有另一个功能说,

void baz() {}

然后程序应该说函数baz()没有属性或只返回null。

0 个答案:

没有答案