Skip to content

ASTtools::isConstObj

Returns 'true' if the specified type is a 'const' object.

Synopsis

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

bool
isConstObj(SgType const* type);

Return Value

'true' if the specified type is a 'const' object.

Parameters

Name

Description

type

This class represents the base class for all types.

Created with MrDocs