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

Method unhandler

test/beast/core/saved_handler.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 public:
66 unhandler() = default;
67 unhandler(unhandler const&) = delete;
68 unhandler& operator=(unhandler&&) = delete;
69 unhandler& operator=(unhandler const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected