Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
obe::System::Path operator
""
_path(const char* str, std::size_t len)
117
{
118
return obe::System::Path(std::string(str, len));
119
}
120
121
std::string operator
""
_fs(const char* str, std::size_t len)
122
{
Callers
nothing calls this directly
Calls
2
Path
Class · 0.85
string
Class · 0.50
Tested by
no test coverage detected