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

Method set_options

test/test_main.cc:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14 template <typename T>
15 void set_options(T&& arg) {
16 set_option(std::forward<T>(arg));
17 }
18
19 template <typename T, typename... Args>
20 void set_options(T&& first, Args&&... rem_args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected