[zeromq-dev] basic_istream/ostream

Martin Sustrik sustrik at 250bpm.com
Sun Aug 1 23:00:25 CEST 2010


Matt Weinstein wrote:

> As an aside, I just can't wait to write:
> 
> 	socket >> msgs

In theory, each << could create a new message part. Then there could be 
a special endm (end of message operator) that would write an empty 
message with MORE flag not set:

socket << 1 << "abc" << 2 << endm;

Just an idea. Maybe even not a particularly good one :)

Martin



More information about the zeromq-dev mailing list