arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
457 stars 90 forks source link

Create Popen::communicate overload for std::string #82

Closed Sokolmish closed 2 years ago

Sokolmish commented 2 years ago

Hello. There are Popen::communicate overloads for raw characters arrays and vectors but not for strings. I think it would be convenient to have such overload. Same for Popen::send.