
17 Jul
2008
17 Jul
'08
3:39 p.m.
Hi, Reading through the documentation for the Boost.Iochain library, I do not see that any default >> and << operators have been provided. I would expect to be able to use these to stream data out of a stream and into a stream, respectively. An example of the >> operator would be below: template< typename t_type > source& operator>> ( source& stream, t_type& data ) { stream.read( data ); return stream; }
6176
Age (days ago)
6176
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Dailey