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

Method operator()

test/beast/http/read.cpp:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 ~handler() { --count(); }
376 handler(handler const&) { ++count(); }
377 void operator()(error_code const&, std::size_t) const {}
378 };
379
380 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected