Deleted: once_flag is not copyable.

Synopsis

Declared in <absl/base/call_once.h>

once_flag(once_flag const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs