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

Method generic_wstring

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

Source from the content-addressed store, hash-verified

921 std::string generic_string() const { return generic_path().string(); }
922 std::string generic_string(codecvt_type const& cvt) const { return generic_path().string(cvt); }
923 std::wstring generic_wstring() const { return generic_path().wstring(); }
924 std::wstring generic_wstring(codecvt_type const& cvt) const { return generic_path().wstring(cvt); }
925
926 // ----- compare -----

Callers 3

mainFunction · 0.80
test_observersFunction · 0.80
test_codecvt_argumentFunction · 0.80

Calls 1

wstringMethod · 0.80

Tested by 2

test_observersFunction · 0.64
test_codecvt_argumentFunction · 0.64