Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_constructors
Function · 0.85
test_assignments
Function · 0.85
test_appends
Function · 0.85
test_concats
Function · 0.85
test_observers
Function · 0.85
test_relationals
Function · 0.85
test_other_non_members
Function · 0.85
convert
Function · 0.85
cpp_main
Function · 0.85
generic_wstring
Function · 0.85
wstring>
Method · 0.85
Calls
2
begin
Method · 0.80
convert
Function · 0.70
Tested by
8
test_constructors
Function · 0.68
test_assignments
Function · 0.68
test_appends
Function · 0.68
test_concats
Function · 0.68
test_observers
Function · 0.68
test_relationals
Function · 0.68
test_other_non_members
Function · 0.68
convert
Function · 0.68