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

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