Move constructor.
Synopsis
Declared in <script/verify_flags.h>
constexpr
script_verify_flags(script_verify_flags&& other) = default;
Parameters
Name |
Description |
other |
The flag set to move from. |
Created with MrDocs