Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
websocket::stream::set_option (2 of 3 overloads)

Set the timeout option.

Synopsis
void
set_option(
    timeout const& opt);
Exceptions

Type

Thrown On

system_error

on failure to reset the timer.


PrevUpHomeNext