MCPcopy 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

mainFunction · 0.80
test_observersFunction · 0.80
test_codecvt_argumentFunction · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by 2

test_observersFunction · 0.64
test_codecvt_argumentFunction · 0.64