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

Method ~handler

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

Source from the content-addressed store, hash-verified

39 handler& operator=(handler const&) = delete;
40
41 ~handler()
42 {
43 BEAST_EXPECT(! failed_);
44 }
45
46 handler(handler&& other)
47 : failed_(boost::exchange(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected