[#script_verify_flags-2conversion] = xref:script_verify_flags.adoc[script_verify_flags]::operator bool :relfileprefix: ../ :mrdocs: Test whether any flag is set. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit operator bool() const; ---- == Return Value true if at least one bit is set. [.small]#Created with https://www.mrdocs.com[MrDocs]#