SageBuilder::buildTemplateClassType
Same as buildClassTemplateType(), just better name
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgClassType*
buildTemplateClassType(
SgTemplateClassDeclaration* template_decl,
std::vector<SgNode*>& template_args);
Parameters
Name |
Description |
template_args |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs