/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 73 | /// |
| 74 | //////////////////////////////////////////////////////////// |
| 75 | Socket(const Socket&) = delete; |
| 76 | |
| 77 | //////////////////////////////////////////////////////////// |
| 78 | /// \brief Deleted copy assignment |
nothing calls this directly
no outgoing calls
no test coverage detected