Skip to content

ASTtools::isConstMemFunc

Returns 'true' if the specific function is a 'const' member function.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

bool
isConstMemFunc(SgFunctionDeclaration const* decl);

Return Value

'true' if the specific function is a 'const' member function.

Parameters

Name

Description

decl

This class represents the concept of a function declaration statement.

Created with MrDocs