Urdl C++ Library

PrevUpHomeNext
option_set::option_set (2 of 2 overloads)

Constructs an object of class option_set.

option_set(
    const option_set & other);

Remarks

Creates an identical copy of another set. Any option queried using the get_option member function will return the same value for both sets.


PrevUpHomeNext