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