Creates a lowercase string from a given std::string&&.
Synopsis
Declared in <absl/strings/ascii.h>
template<int& DoNotSpecify...>
[[nodiscard]]
std::string
AsciiStrToLower(std::string&& s);
Description
(Template is used to lower priority of this overload.)
Return Value
A new lowercase string.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
s |
The source string to convert. |
Created with MrDocs