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

Method operator()

test/beast/core/basic_stream.cpp:450–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 void
451 operator()(error_code const& ec, std::size_t n)
452 {
453 BEAST_EXPECTS(ec == ec_, ec.message());
454 BEAST_EXPECT(n == n_);
455 n_ = (std::numeric_limits<std::size_t>::max)();
456 }
457 };
458
459 void

Callers

nothing calls this directly

Calls 1

messageMethod · 0.80

Tested by

no test coverage detected