MCPcopy 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

17typedef std::basic_string< TCHAR > tstring;
18
19void func(fs::path const& p)
20{
21 assert(fs::exists(p));
22}
23
24int main()
25{

Callers 3

mainFunction · 0.85
throws_fs_errorFunction · 0.85
throws_fs_errorFunction · 0.85

Calls 1

existsFunction · 0.50

Tested by 2

throws_fs_errorFunction · 0.68
throws_fs_errorFunction · 0.68