Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type definition message_queue

message_queue

Synopsis

// In header: <boost/interprocess/ipc/message_queue.hpp>


typedef message_queue_t< offset_ptr< void > > message_queue;

Description

Typedef for a default message queue to be used between processes


PrevUpHomeNext