Urdl C++ Library

PrevUpHomeNext
option_set::set_options

Sets multiple options in a set from another set.

void set_options(
    const option_set & other);

Parameters

other

An option set containing all options to be set in the target.

Remarks

Performs a deep copy of all option values from the object other into the target set.


PrevUpHomeNext