Skip to content

Rose::StringUtility::operator<<

Prints a StringWithLineNumber.

Synopsis

Declared in <src/Rose/StringUtility/FileUtility.h>

std::ostream&
operator<<(
    std::ostream& os,
    StringWithLineNumber const& s);

Return Value

Reference to the current output stream

Parameters

Name

Description

os

An output stream

s

The object to output

Created with MrDocs