20 #ifndef OST_IO_CONVERTING_STREAMS_H
21 #define OST_IO_CONVERTING_STREAMS_H
30 namespace ost {
namespace io {
33 template<
int CONVERSIONTYPE>
38 std::basic_ostream<char>(ostr.rdbuf())
139 for(std::streamsize i=0;i<n;++i){
148 template<
int CONVERSIONTYPE>
153 std::basic_istream<char>(istr.rdbuf())
245 for(std::streamsize i=0;i<n;++i){