[#script_verify_flags-2constructor-0f] = xref:script_verify_flags.adoc[script_verify_flags]::script_verify_flags :relfileprefix: ../ :mrdocs: Construct from a hard‐coded 0 literal; any other value fails at compile time. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval explicit(false) script_verify_flags(xref:script_verify_flags/value_type.adoc[value_type] f); ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | The integer value, which must be 0. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#