absl::StripLeadingAsciiWhitespace

Strips in place whitespace from the beginning of the given string.

Synopsis

Declared in <absl/strings/ascii.h>

void
StripLeadingAsciiWhitespace(std::string* str);

Parameters

NameDescription
strThe string to strip leading whitespace from in place.