Deleted; pass LogEntry by reference instead, and do not store it as its state does not outlive the call to LogSink::Send().
Synopsis
Declared in <absl/log/log_entry.h>
LogEntry(LogEntry const& other) = delete;
Parameters
Name |
Description |
other |
The object to copy construct from |
Created with MrDocs