Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
websocket::stream::text

Set the text message write option.

void
text(
    bool value);
  » more...

Returns true if the text message write option is set.

bool
text() const;
  » more...

PrevUpHomeNext