Constructs an AlphaNum from a fixed‐size conversion buffer.
Synopsis
Declared in <absl/strings/str_cat.h>
template<size_t size>
AlphaNum(/* implementation-defined */ const& buf);
Parameters
Name |
Description |
buf |
The buffer holding the already‐converted characters. |
Created with MrDocs