MCPcopy Create free account
hub / github.com/boostorg/beast / operator()

Method operator()

test/beast/websocket/ssl.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 struct handler
38 {
39 void
40 operator()(error_code)
41 {
42 }
43 };
44
45 websocket::stream<Socket> ws(ioc, ctx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected