Assignment operators

Synopses

Declared in <script/verify_flags.h>

Copy assignment.

constexpr
script_verify_flags&
operator=(script_verify_flags const& other) = default;

Move assignment.

constexpr
script_verify_flags&
operator=(script_verify_flags&& other) = default;

Return Value

A reference to this flag set.

Parameters

Name

Description

other

The flag set to copy.

Created with MrDocs