MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / check_output

Function check_output

cpp-subprocess/subprocess.hpp:2228–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226 */
2227template <typename... Args>
2228OutBuffer check_output(std::initializer_list<const char*> plist, Args&&... args)
2229{
2230 return (detail::check_output_impl(plist, std::forward<Args>(args)...));
2231}
2232
2233template <typename... Args>
2234OutBuffer check_output(const std::string& arg, Args&&... args)

Callers 4

test_buffer_growthFunction · 0.85
test_shellFunction · 0.85

Calls 1

check_output_implFunction · 0.85

Tested by 4

test_buffer_growthFunction · 0.68
test_shellFunction · 0.68