Appends a single string or number to an existing string.

Synopsis

Declared in <absl/strings/str_cat.h>

void
StrAppend(
    std::string* dest,
    AlphaNum const& a);

Parameters

Name

Description

dest

The string to append to.

a

The value to append.

Created with MrDocs