Urdl C++ Library

PrevUpHomeNext
option_set::clear_option

Removes an option from the set.

template<
    typename Option>
void clear_option();

Remarks

If the option is queried using the get_option member function, it will return the default value of the option.


PrevUpHomeNext