Rose::StringUtility::operator+
Concatenate vectors of strings with source location.
Synopsis
Declared in <src/Rose/StringUtility/FileUtility.h>
FileWithLineNumbers
operator+(
FileWithLineNumbers const& a,
FileWithLineNumbers const& b);
Description
Returns a new vector of strings with location information by concatenating vector a with b.
Return Value
A vector of strings with line numbers and file names.
Parameters
Name |
Description |
a |
The left operand |
b |
The right operand |
Created with MrDocs