E-MailRelay
|
A move-only class which is used to return a new()ed socket to calling code, together with associated address information. More...
#include <gsocket.h>
Public Attributes | |
std::unique_ptr< StreamSocket > | socket_ptr |
Address | address |
A move-only class which is used to return a new()ed socket to calling code, together with associated address information.
std::unique_ptr<StreamSocket> GNet::AcceptInfo::socket_ptr |