Home
last modified time | relevance | path

Searched defs:basic_opstream (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/process/
Dpipe.hpp410 class basic_opstream : public std::basic_ostream<CharT, Traits> class
427 basic_opstream() : std::basic_ostream<CharT, Traits>(nullptr) in basic_opstream() function in boost::process::basic_opstream
434basic_opstream(basic_opstream && lhs) : std::basic_ostream<CharT, Traits>(nullptr), _buf(std::move… in basic_opstream() function in boost::process::basic_opstream
439basic_opstream(pipe_type && p) : std::basic_ostream<CharT, Traits>(nullptr), _buf(std::move(p… in basic_opstream() function in boost::process::basic_opstream
444 basic_opstream(const pipe_type & p) : std::basic_ostream<CharT, Traits>(nullptr), _buf(p) in basic_opstream() function in boost::process::basic_opstream