Compare two script_verify_flags. <, >, <=, and >= are auto-generated from this.
Declared in <script/verify_flags.h>
constexpr
std::strong_ordering
operator<=>(
script_verify_flags const& a,
script_verify_flags const& b) noexcept;
The ordering of a relative to b.
| Name | Description |
|---|---|
| a | The left-hand flag set. |
| b | The right-hand flag set. |