Test two flag sets for equality.

Synopsis

Declared in <script/verify_flags.h>

constexpr
bool
operator==(script_verify_flags other) const;

Return Value

true if both sets hold the same bits.

Parameters

Name

Description

other

The flag set to compare against.

Created with MrDocs