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

Method length

example/cpp11/chat/chat_message.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 std::size_t length() const
40 {
41 return header_length + body_length_;
42 }
43
44 const char* body() const
45 {

Callers 8

filterFunction · 0.80
filterFunction · 0.80
do_write_messageMethod · 0.80
do_writeMethod · 0.80
do_writeMethod · 0.80
read_untilFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected