[#script_verify_flags-as_int] = xref:script_verify_flags.adoc[script_verify_flags]::as_int :relfileprefix: ../ :mrdocs: Get the raw integer bitmask. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:script_verify_flags/value_type.adoc[value_type] as_int() const; ---- == Return Value The underlying bitmask value. [.small]#Created with https://www.mrdocs.com[MrDocs]#