Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ main
Function
main
test/issues/8930.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
#include <boost/filesystem.hpp>
4
int main()
5
{
6
boost::filesystem::path(
"/abc"
).root_directory();
7
}
Callers
nothing calls this directly
Calls
2
root_directory
Method · 0.80
path
Function · 0.50
Tested by
no test coverage detected