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

Function parser

include/boost/beast/http/parser.hpp:96–96  ·  view source on GitHub ↗

Constructor (disallowed)

Source from the content-addressed store, hash-verified

94
95 /// Constructor (disallowed)
96 parser(parser const&) = delete;
97
98 /// Assignment (disallowed)
99 parser& operator=(parser const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected