Appends nothing to the destination string.

Synopsis

Declared in <absl/strings/str_cat.h>

void
StrAppend(std::string* dest);

Parameters

Name

Description

dest

The destination string.

Created with MrDocs