| 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> |
no outgoing calls
no test coverage detected