#include <string>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/device/back_inserter.hpp>
Go to the source code of this file.
|
| typedef boost::iostreams::stream< boost::iostreams::array_source > | odil::IStringStream |
| | Source stringstream which does not copy its buffer.
|
| typedef boost::iostreams::stream< boost::iostreams::back_insert_device< std::string > > | odil::OStringStream |
| | Sink stringstream which does not copy its buffer.
|
|
| template<typename T> |
| T | odil::as (std::string const &string) |