Skip to content

ASTtools::isStdNamespace

Returns 'true' if the scope is the '::std' namespace.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

bool
isStdNamespace(SgScopeStatement const* scope);

Return Value

'true' if the scope is the '::std' namespace.

Parameters

Name

Description

scope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs