|
|
|
Inserts text in the called comment object.
virtual markup& comment::operator<<( const std::string& text );
A string argument which represents text to insert as part of the comment.
Returns a reference to the comment's base class, markup. This allows the chaining of the operation, which is most useful
when inserting text multiple times.
This operation inserts text into the called comment object. The passed text is inserted at the end of any text which may be
present in the comment object.
Constant