Skip to content

Commit deffd23

Browse files
committed
add method to check whether a templated function is static
1 parent 0b4fa31 commit deffd23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cppyy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ namespace Cppyy {
229229
CPPYY_IMPORT
230230
bool ExistsMethodTemplate(TCppScope_t scope, const std::string& name);
231231
CPPYY_IMPORT
232+
bool IsStaticTemplate(TCppScope_t scope, const std::string& name);
233+
CPPYY_IMPORT
232234
bool IsMethodTemplate(TCppScope_t scope, TCppIndex_t imeth);
233235
CPPYY_IMPORT
234236
TCppMethod_t GetMethodTemplate(

0 commit comments

Comments
 (0)