Home
last modified time | relevance | path

Searched refs:print_followed_by (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/println/
Dmain.cpp67 hello_tpl().subscribe(rxu::print_followed_by(std::cout, " and "), rxu::endline(std::cout)); in wmain()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp539 auto print_followed_by(OStream& os, DelimitValue dv) in print_followed_by() function