MCPcopy Create free account
hub / github.com/boostorg/filesystem / generic_string

Method generic_string

src/path.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199# ifdef BOOST_WINDOWS_API
200
201 const std::string path::generic_string(const codecvt_type& cvt) const
202 {
203 path tmp(*this);
204 std::replace(tmp.m_pathname.begin(), tmp.m_pathname.end(), L'\\', L'/');
205 return tmp.string(cvt);
206 }
207
208 const std::wstring path::generic_wstring() const
209 {

Callers 7

mainFunction · 0.80
test_observersFunction · 0.80
test_codecvt_argumentFunction · 0.80
platform_specific_testsFunction · 0.80
non_member_testsFunction · 0.80
checkFunction · 0.80
cell_valueMethod · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by 5

test_observersFunction · 0.64
test_codecvt_argumentFunction · 0.64
platform_specific_testsFunction · 0.64
non_member_testsFunction · 0.64
checkFunction · 0.64