Searched defs:basic_opstream (Results 1 – 1 of 1) sorted by relevance
410 class basic_opstream : public std::basic_ostream<CharT, Traits> class427 basic_opstream() : std::basic_ostream<CharT, Traits>(nullptr) in basic_opstream() function in boost::process::basic_opstream434 …basic_opstream(basic_opstream && lhs) : std::basic_ostream<CharT, Traits>(nullptr), _buf(std::move… in basic_opstream() function in boost::process::basic_opstream439 …basic_opstream(pipe_type && p) : std::basic_ostream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_opstream() function in boost::process::basic_opstream444 basic_opstream(const pipe_type & p) : std::basic_ostream<CharT, Traits>(nullptr), _buf(p) in basic_opstream() function in boost::process::basic_opstream