MCPcopy Create free account
hub / github.com/boostorg/beast / ~handler

Method ~handler

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

Source from the content-addressed store, hash-verified

631 count() { static std::atomic<std::size_t> n; return n; }
632 handler() { ++count(); }
633 ~handler() { --count(); }
634 handler(handler const&) { ++count(); }
635 void operator()(error_code const&, std::size_t) const {}
636 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected