Set the bits of another flag set in place.
Synopsis
Declared in <script/verify_flags.h>
constexpr
script_verify_flags&
operator|=(script_verify_flags vf);
Return Value
A reference to this flag set.
Parameters
Name |
Description |
vf |
The flag set to OR into this one. |
Created with MrDocs