MCPcopy Create free account
hub / github.com/boostorg/asio / leave

Method leave

example/cpp11/chat/chat_server.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void leave(chat_participant_ptr participant)
51 {
52 participants_.erase(participant);
53 }
54
55 void deliver(const chat_message& msg)
56 {

Callers 3

do_read_headerMethod · 0.45
do_read_bodyMethod · 0.45
do_writeMethod · 0.45

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected