operator<=>

Compare two script_verify_flags. <, >, <=, and >= are auto-generated from this.

Synopsis

Declared in <script/verify_flags.h>

constexpr
std::strong_ordering
operator<=>(
    script_verify_flags const& a,
    script_verify_flags const& b) noexcept;

Return Value

The ordering of a relative to b.

Parameters

NameDescription
aThe left-hand flag set.
bThe right-hand flag set.