MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / clear

Method clear

src/toml.hpp:11192–11196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11190#endif
11191
11192 TOML_EXTERNAL_LINKAGE
11193 void path::clear() noexcept
11194 {
11195 components_.clear();
11196 }
11197
11198 TOML_EXTERNAL_LINKAGE
11199 path& path::truncate(size_t n)

Callers 9

toml.hppFile · 0.45
clearMethod · 0.45
start_recordingMethod · 0.45
stop_recordingMethod · 0.45
parse_basic_stringMethod · 0.45
parse_literal_stringMethod · 0.45
parse_keyMethod · 0.45
clusterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected