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 a snapshot of the master branch, built from commit 064f557086.
PrevUpHomeNext
websocket::stream::set_option

Set the option value.

template<
    class Option>
void
set_option(
    Option opt);
  » more...

Set the timeout option.

void
set_option(
    timeout const& opt);
  » more...

Set the permessage-deflate extension options.

void
set_option(
    permessage_deflate const& o);
  » more...

PrevUpHomeNext