Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheHPXProject/hpx
/ clear
Method
clear
libs/core/program_options/src/variables_map.cpp:198–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void variables_map::clear()
199
{
200
std::map<std::string, variable_value>::clear();
201
m_final.clear();
202
m_required.clear();
203
}
204
205
variable_value const& variables_map::get(std::string const& name) const
206
{
Callers
4
options_description.cpp
File · 0.45
parse_terminator
Method · 0.45
get
Method · 0.45
test_unregistered
Function · 0.45
Calls
1
clear
Function · 0.50
Tested by
1
test_unregistered
Function · 0.36