Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ environment
Method
environment
cpp-subprocess/subprocess.hpp:881–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
struct environment
880
{
881
environment(env_map_t&& env):
882
env_(std::move(env)) {}
883
explicit environment(const env_map_t& env):
884
env_(env) {}
885
env_map_t env_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected