MCPcopy Create free account
hub / github.com/boostorg/beast / to_string

Method to_string

test/beast/http/write.cpp:266–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265 template<bool isRequest, class Body, class Fields>
266 static
267 std::string
268 to_string(message<isRequest, Body, Fields> const& m)
269 {
270 std::stringstream ss;
271 ss << m;
272 return ss.str();
273 }
274
275 template<bool isRequest>
276 bool

Callers 1

on_connectMethod · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected