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

Method str

src/toml.hpp:11171–11180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11169#endif
11170
11171 TOML_EXTERNAL_LINKAGE
11172 std::string path::str() const
11173 {
11174 if (empty())
11175 return "";
11176
11177 std::ostringstream ss;
11178 print_to(ss);
11179 return std::move(ss).str();
11180 }
11181
11182#if TOML_ENABLE_WINDOWS_COMPAT
11183

Callers 8

toml.hppFile · 0.80
concatenateFunction · 0.80
get_prefix_textMethod · 0.80
get_postfix_textMethod · 0.80
get_prefix_textMethod · 0.80
get_postfix_textMethod · 0.80
get_prefix_textMethod · 0.80
get_postfix_textMethod · 0.80

Calls 2

emptyFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected