[#script_verify_flags-operator_assign-0e] = xref:script_verify_flags.adoc[script_verify_flags]::operator= :relfileprefix: ../ :mrdocs: Copy assignment. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:script_verify_flags.adoc[script_verify_flags]& operator=(xref:script_verify_flags.adoc[script_verify_flags] const& other) = default; ---- == Return Value A reference to this flag set. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The flag set to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#