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

Method operator()

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

Source from the content-addressed store, hash-verified

80 }
81
82 void
83 operator()(system::error_code = {})
84 {
85 invoked_ = true;
86 }
87 };
88
89 struct throwing_handler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected