Deleted copy constructor; AlphaNum is not copyable.
Synopsis
Declared in <absl/strings/str_cat.h>
AlphaNum(AlphaNum const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs