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

Name

Description

a

The left‐hand flag set.

b

The right‐hand flag set.

Created with MrDocs