[#script_verify_flags-2constructor-04] = xref:script_verify_flags.adoc[script_verify_flags]::script_verify_flags :relfileprefix: ../ :mrdocs: Move 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]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The flag set to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#