|
BuildCache
|
Run results from an external command. More...
#include <sys_utils.hpp>
Public Attributes | |
| std::string | std_out |
| The contents of stdout. | |
| std::string | std_err |
| The contents of stderr. | |
| int | return_code = 1 |
| The program return code (zero for success). | |
Run results from an external command.
1.8.17