[#absl-once_flag-operator_assign] = xref:absl.adoc[absl]::xref:absl/once_flag.adoc[once_flag]::operator= :relfileprefix: ../../ :mrdocs: Deleted: `once_flag` is not copy‐assignable. == Synopsis Declared in `<absl/base/call_once.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/once_flag.adoc[once_flag]& operator=(xref:absl/once_flag.adoc[once_flag] const& other) = delete; ---- == Return Value Not applicable; this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#