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

Method operator()

test/beast/http/basic_parser.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145 template<class Parser>
146 void
147 operator()(Parser const& p) const
148 {
149 s_.BEAST_EXPECT(p.body == body_);
150 }
151 };
152
153 //--------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected