Skip to content

SageInterface::templateDefinitionIsInClass

Return true if template definition is in the class, false if outside of class.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
templateDefinitionIsInClass(SgTemplateInstantiationMemberFunctionDecl* memberFunctionDeclaration);

Parameters

Name

Description

memberFunctionDeclaration

This class represents the concept of an instantiation of member function template

Created with MrDocs