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

Method handler

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

Source from the content-addressed store, hash-verified

34
35 public:
36 handler() = default;
37 handler(handler const&) = delete;
38 handler& operator=(handler&&) = delete;
39 handler& operator=(handler const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected