MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator"" _path

Function operator"" _path

src/Core/System/Path.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114} // namespace obe::System
115
116obe::System::Path operator"" _path(const char* str, std::size_t len)
117{
118 return obe::System::Path(std::string(str, len));
119}
120
121std::string operator""_fs(const char* str, std::size_t len)
122{

Callers

nothing calls this directly

Calls 2

PathClass · 0.85
stringClass · 0.50

Tested by

no test coverage detected