Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ protocol
Method
protocol
include/boost/asio/generic/raw_protocol.hpp:84–87 ·
view source on GitHub ↗
Obtain an identifier for the protocol.
Source
from the content-addressed store, hash-verified
82
83
/// Obtain an identifier for the protocol.
84
int protocol() const noexcept
85
{
86
return protocol_;
87
}
88
89
/// Obtain an identifier for the protocol family.
90
int family() const noexcept
Callers
1
raw_protocol
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected