MCPcopy Create free account
hub / github.com/cinder/Cinder / stream_protocol

Method stream_protocol

include/asio/generic/stream_protocol.hpp:54–58  ·  view source on GitHub ↗

Construct a protocol object for a specific address family and protocol.

Source from the content-addressed store, hash-verified

52public:
53 /// Construct a protocol object for a specific address family and protocol.
54 stream_protocol(int address_family, int socket_protocol)
55 : family_(address_family),
56 protocol_(socket_protocol)
57 {
58 }
59
60 /// Construct a generic protocol object from a specific protocol.
61 /**

Callers

nothing calls this directly

Calls 5

typeClass · 0.50
throw_exceptionFunction · 0.50
familyMethod · 0.45
protocolMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected