Skip to content

SageInterface::removeConst

Remove const (if present) from a type. stripType() cannot do this because it removes all modifiers.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

SgType*
removeConst(SgType* t);

Return Value

This class represents the base class for all types.

Parameters

Name

Description

t

This class represents the base class for all types.

Created with MrDocs