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

Function wstring

include/boost/filesystem/path.hpp:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 const std::string& string(const codecvt_type&) const { return m_pathname; }
385
386 const std::wstring wstring() const { return wstring(codecvt()); }
387 const std::wstring wstring(const codecvt_type& cvt) const
388 {
389 std::wstring tmp;

Callers 11

test_constructorsFunction · 0.85
test_assignmentsFunction · 0.85
test_appendsFunction · 0.85
test_concatsFunction · 0.85
test_observersFunction · 0.85
test_relationalsFunction · 0.85
test_other_non_membersFunction · 0.85
convertFunction · 0.85
cpp_mainFunction · 0.85
generic_wstringFunction · 0.85
wstring>Method · 0.85

Calls 2

beginMethod · 0.80
convertFunction · 0.70

Tested by 8

test_constructorsFunction · 0.68
test_assignmentsFunction · 0.68
test_appendsFunction · 0.68
test_concatsFunction · 0.68
test_observersFunction · 0.68
test_relationalsFunction · 0.68
test_other_non_membersFunction · 0.68
convertFunction · 0.68