HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
socket_info< SocketT > Struct Template Reference

#include <NET_SocketListener.h>

Public Types

using endpoint_type = typename SocketT::endpoint_type
 

Static Public Attributes

static constexpr bool uses_port = endpoint_has_port<endpoint_type>::value
 

Detailed Description

template<typename SocketT>
struct socket_info< SocketT >

Definition at line 69 of file NET_SocketListener.h.

Member Typedef Documentation

template<typename SocketT >
using socket_info< SocketT >::endpoint_type = typename SocketT::endpoint_type

Definition at line 71 of file NET_SocketListener.h.

Member Data Documentation

template<typename SocketT >
constexpr bool socket_info< SocketT >::uses_port = endpoint_has_port<endpoint_type>::value
static

Definition at line 73 of file NET_SocketListener.h.


The documentation for this struct was generated from the following file: