Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_UNICODE_PIPE_DEF

BOOST_UNICODE_PIPE_DEF

Synopsis

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

BOOST_UNICODE_PIPE_DEF(name, n)

Description

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

  • name Name of the type modelling the Pipe.

  • n Maximum number of optional arguments.


PrevUpHomeNext