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

Function path

src/toml.hpp:11081–11084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11079#if TOML_ENABLE_WINDOWS_COMPAT
11080
11081 TOML_EXTERNAL_LINKAGE
11082 path::path(std::wstring_view str) //
11083 : path(impl::narrow(str))
11084 {}
11085
11086#endif
11087

Callers 2

operator"" _tpathFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected