Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ layer
Method
layer
test/beast/core/stream_traits.cpp:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
280
template<class U>
281
explicit
282
layer(U&& u)
283
: t(std::forward<U>(u))
284
{
285
}
286
287
T& next_layer()
288
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected