[#operator_3way-0c] = operator<=> :mrdocs: Compare two script_verify_flags. <, >, <=, and >= are auto‐generated from this. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::strong_ordering operator<=>( xref:script_verify_flags.adoc[script_verify_flags] const& a, xref:script_verify_flags.adoc[script_verify_flags] const& b) noexcept; ---- == Return Value The ordering of a relative to b. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand flag set. | *b* | The right‐hand flag set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#