Urdl C++ Library

PrevUpHomeNext
istreambuf::get_option

Gets the current value of an option that controls the behaviour of the stream buffer.

template<
    typename Option>
Option get_option() const;

Return Value

The current value of the option.

Remarks

Options are uniquely identified by type.


PrevUpHomeNext