Constructs an AlphaNum from an absl::string_view.
Synopsis
Declared in <absl/strings/str_cat.h>
AlphaNum(std::string_view pc);
Parameters
Name |
Description |
pc |
The string view to convert. |
Created with MrDocs