Skip to content

SageInterface::isLambdaFunction

Check if a function declaration is a C++11 lambda function

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
bool
isLambdaFunction(SgFunctionDeclaration* func);

Parameters

Name

Description

func

This class represents the concept of a function declaration statement.

Created with MrDocs