Boost logo

Boost Users :

Subject: Re: [Boost-users] What is the way to access the data contained in a stream buffer?
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2009-09-13 06:42:54


We can see in these 2 lines of code
> that we are mixing STL with Boost:
>
>  boost::asio::streambuf request;
>  std::ostream request_stream(&request);
>
> Is there any STL class that can be used above, instead of
> boost::asio::streambuf?

I can see the standard library here, but not the STL ;)

Matthieu

-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net