Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ operator()
Method
operator()
test/beast/core/bind_handler.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
struct handler
39
{
40
void
41
operator()(Args const&...) const
42
{
43
}
44
};
45
46
struct copyable
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected