![]() |
hamigaki::iostreams::concatenation —
クラステンプレートconcatenation
は2つのSourceを受け取り、それらを直列に連結したSourceを形成する。
template<typename Source1, typename Source2> class concatenation { public: // types typedef boost::iostreams::char_type_of< Source1 >::type char_type; // construct/copy/destruct concatenation(const Source1&, const Source2&); // Boost.Iostreams implementation std::streamsize read(char_type*, std::streamsize); void close(); };
製作著作 © 2006 Takeshi Mouri |