Urdl C++ Library

PrevUpHomeNext
option_set::get_option

Gets an option from the set.

template<
    typename Option>
Option get_option() const;

Return Value

If the option is present in the set, an object containing the value of the option. Otherwise, returns a default-constructed option.


PrevUpHomeNext