ASTtools::isConstMemFunc
Returns 'true' if the specific function is a 'const' member function.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isConstMemFunc(SgFunctionDefinition const* def);
Return Value
'true' if the specific function is a 'const' member function.
Parameters
Name |
Description |
def |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs