Creates a lowercase string from a given std::string&&.
Declared in <absl/strings/ascii.h>
template<int& DoNotSpecify...>
[[nodiscard]]
std::string
AsciiStrToLower(std::string&& s);
(Template is used to lower priority of this overload.)
| Name | Description |
|---|---|
| s | The source string to convert. |