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 69109f5924.
PrevUpHomeNext

websocket::ping_data

The type representing the payload of ping and pong messages.

Synopsis

Defined in header <boost/beast/websocket/rfc6455.hpp>

using ping_data = static_string< 125, char >;

PrevUpHomeNext