Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/http/basic_parser.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
template<class Parser>
77
void
78
operator()(Parser const& p) const
79
{
80
s_.BEAST_EXPECT(p.status == status_);
81
}
82
};
83
84
class expect_flags
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected