MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / level

Method level

3rd/asio-1.24.0/include/asio/detail/socket_option.hpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 // Get the level of the socket option.
261 template <typename Protocol>
262 int level(const Protocol&) const
263 {
264 return Level;
265 }
266
267 // Get the name of the socket option.
268 template <typename Protocol>

Callers 8

set_optionMethod · 0.45
get_optionMethod · 0.45
set_optionMethod · 0.45
get_optionMethod · 0.45
set_optionMethod · 0.45
get_optionMethod · 0.45
set_optionMethod · 0.45
get_optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected