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

Method operator()

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

Source from the content-addressed store, hash-verified

633 ~handler() { --count(); }
634 handler(handler const&) { ++count(); }
635 void operator()(error_code const&, std::size_t) const {}
636 };
637
638 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected