Bitwise OR of two flag sets.
Synopsis
Declared in <script/verify_flags.h>
constexpr
script_verify_flags
operator|(
script_verify_flags a,
script_verify_flags b);
Return Value
The union of a and b.
Parameters
Name |
Description |
a |
The left‐hand flag set. |
b |
The right‐hand flag set. |
Created with MrDocs