[#absl-StripLeadingAsciiWhitespace-024] = xref:absl.adoc[absl]::StripLeadingAsciiWhitespace :relfileprefix: ../ :mrdocs: Strips in place whitespace from the beginning of the given string. == Synopsis Declared in `<absl/strings/ascii.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StripLeadingAsciiWhitespace(std::string* str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The string to strip leading whitespace from in place. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#