Rose::StringUtility::operator+=
Append strings with source location information to vector of such.
Synopsis
Declared in <src/Rose/StringUtility/FileUtility.h>
FileWithLineNumbers&
operator+=(
FileWithLineNumbers& a,
FileWithLineNumbers const& b);
Description
Modifies a by appending those strings from 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