Skip to content

SageInterface::isScalarType

Is this a scalar type? We define the following SgType as scalar types: char, short, int, long , void, Wchar, Float, double, long long, string, bool, complex, imaginary

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
isScalarType(SgType* t);

Parameters

Name

Description

t

This class represents the base class for all types.

Created with MrDocs