Skip to content

SageBuilder::buildRvalueReferenceType

Build a rvalue reference type

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgRvalueReferenceType*
buildRvalueReferenceType(SgType* base_type);

Parameters

Name

Description

base_type

This class represents the base class for all types.

Created with MrDocs