Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ generic_wstring
Method
generic_wstring
src/path.cpp:208–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
const std::wstring path::generic_wstring() const
209
{
210
path tmp(*this);
211
std::replace(tmp.m_pathname.begin(), tmp.m_pathname.end(), L
'\\'
, L
'/'
);
212
return tmp.wstring();
213
}
214
215
# endif // BOOST_WINDOWS_API
216
Callers
3
main
Function · 0.80
test_observers
Function · 0.80
test_codecvt_argument
Function · 0.80
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
2
test_observers
Function · 0.64
test_codecvt_argument
Function · 0.64