We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4fa31 commit deffd23Copy full SHA for deffd23
src/Cppyy.h
@@ -229,6 +229,8 @@ namespace Cppyy {
229
CPPYY_IMPORT
230
bool ExistsMethodTemplate(TCppScope_t scope, const std::string& name);
231
232
+ bool IsStaticTemplate(TCppScope_t scope, const std::string& name);
233
+ CPPYY_IMPORT
234
bool IsMethodTemplate(TCppScope_t scope, TCppIndex_t imeth);
235
236
TCppMethod_t GetMethodTemplate(
0 commit comments