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:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
{
48
template<class... Args>
49
void
50
operator()(Args&&...) const
51
{
52
}
53
};
54
55
struct move_only
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected