I have been looking over the Sockets C++ library and found a class member with the following member definition for a sockaddr.

Code:
virtual operator struct sockaddr *() = 0;
This member is public, but I have *no* idea how to access it. Could somebody provide some insight on what this is?