Skip to content

mangleTemplateArgsToString

Mangles a template argument container, returning an STL std::string.

Synopsis

Declared in <SageIII/manglingSupport.h>

std::string
mangleTemplateArgsToString(
    SgTemplateArgumentPtrList::const_iterator const b,
    SgTemplateArgumentPtrList::const_iterator const e);

Return Value

The specified arguments mangled and concatenated by "*sep*".

Parameters

Name

Description

b [in]

First element in the container to mangle.

e [in]

End (last+1) in the container to mangle.

Created with MrDocs