Assignment operators
Declared in <script/verify_flags.h>
Copy assignment.
constexpr
script_verify_flags&
operator=(script_verify_flags const& other) = default;
» more...
Move assignment.
constexpr
script_verify_flags&
operator=(script_verify_flags&& other) = default;
» more...
A reference to this flag set.
| Name | Description |
|---|---|
| other | The flag set to copy. |