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

Method lambda

test/doc/http_snippets.cpp:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 Serializer& sr;
390
391 lambda(Serializer& sr_) : sr(sr_) {}
392
393 template<class ConstBufferSequence>
394 void operator()(error_code& ec, ConstBufferSequence const& buffer) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected