| 69 | |
| 70 | template <class T> |
| 71 | inline const SOCKOPT_CAST_T* const_cast_sockopt(const T* v) { |
| 72 | return reinterpret_cast<const SOCKOPT_CAST_T*>(v); |
| 73 | } |
| 74 | |
| 75 | template <class T> |
| 76 | inline SOCKOPT_CAST_T* cast_sockopt(T* v) { |
no outgoing calls
no test coverage detected