|
xdrpp
RFC4506 XDR compiler and message library
|
Abstract away the type of a socket (for windows). More...
#include <socket.h>
Public Types | |
| using | type = int |
Public Member Functions | |
| constexpr | sock_t (type fd) |
| bool | operator== (sock_t s) const |
| bool | operator!= (sock_t s) const |
| bool | operator< (sock_t s) const |
| operator bool () const | |
| type | fd () const |
Public Attributes | |
| type | fd_ |
Static Public Attributes | |
| static constexpr type | invalid = -1 |
1.8.13