Urdl C++ Library

PrevUpHomeNext
istreambuf::set_option

Sets an option to control the behaviour of the stream buffer.

template<
    typename Option>
void set_option(
    const Option & option);

Parameters

option

The option to be set on the stream buffer.

Remarks

Options are uniquely identified by type.


PrevUpHomeNext