boost.png (6897 bytes)

PrevUpHomeNext

Struct template arguments

boost::net::demux::arguments — Metafunction to provide arguments of correct type.

Synopsis

template<typename Demux, typename Mechanism = generic_mechanism_tag, 
         typename Role = event_role_tag> 
struct arguments {
};

Description

Arguments required are a function of demultiplexer, the type of mechanism and the role that the mechanism is playing.

Copyright © 2004 Hugo Duncan

PrevUpHomeNext