next up previous contents index
Next: endnl Up: WriterManipulator Previous: WriterManipulator   Contents   Index

$<<$


Usage

out $<<$ x


Signature

$<<$: (BinaryWriter, %) $\to$ BinaryWriter


Parameter Type Description
out BinaryWriter an output stream
x % a manipulator


Returns

out $<<$ x takes the action given by x on the stream out and returns the stream after the action.



Manuel Bronstein 2004-06-28