Skip to content

SageInterface::isEquivalentType

Test for equivalence of types independent of access permissions (private or protected modes for members of classes).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
isEquivalentType(
    SgType const* lhs,
    SgType const* rhs);

Parameters

Name

Description

lhs

This class represents the base class for all types.

rhs

This class represents the base class for all types.

Created with MrDocs