Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_UNICODE_ONE_MANY_PIPE_DEF

BOOST_UNICODE_ONE_MANY_PIPE_DEF

Synopsis

// In header: <boost/unicode/pipe_def.hpp>

BOOST_UNICODE_ONE_MANY_PIPE_DEF(name, n)

Description

Defines helper functions for usage of a OneManyPipe. Helper functions provide a pseudo-variadic interface where they forward all the extra arguments to the constructor of the OneManyPipe.

  • name Name of the type modelling the OneManyPipe.

  • n Maximum number of optional arguments.


PrevUpHomeNext