Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ func
Function
func
example/tchar.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
typedef std::basic_string< TCHAR > tstring;
18
19
void func(fs::path const& p)
20
{
21
assert(fs::exists(p));
22
}
23
24
int main()
25
{
Callers
3
main
Function · 0.85
throws_fs_error
Function · 0.85
throws_fs_error
Function · 0.85
Calls
1
exists
Function · 0.50
Tested by
2
throws_fs_error
Function · 0.68
throws_fs_error
Function · 0.68