uvco 0.1
Loading...
Searching...
No Matches
uvco::UvStreamInitHelper< UvStreamType > Struct Template Reference

#include <stream_server_base.h>

Static Public Member Functions

static void init (uv_loop_t *, UvStreamType *)

Detailed Description

template<typename UvStreamType>
struct uvco::UvStreamInitHelper< UvStreamType >

Helper template class to statically dispatch to the different uv_xyz_init() functions. Necessary for accepting connections, when new sockets are created and need to be initialized.

Member Function Documentation

◆ init()

template<typename UvStreamType>
void uvco::UvStreamInitHelper< UvStreamType >::init ( uv_loop_t * ,
UvStreamType *  )
inlinestatic
24 {
25 BOOST_ASSERT_MSG(false, "UvStreamInit not specialized for this type");
26 }
Definition stream_server_base.h:23

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