MCPcopy 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

parse_terminatorMethod · 0.45
getMethod · 0.45
test_unregisteredFunction · 0.45

Calls 1

clearFunction · 0.50

Tested by 1

test_unregisteredFunction · 0.36