Urdl C++ Library

PrevUpHomeNext
option_set::operator=

Assignment operator.

option_set & operator=(
    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